This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/gecode/dev/extractor/xml/classGecode_1_1ViewSel.xml

457 lines
27 KiB
XML
Raw Normal View History

2014-01-22 09:41:47 +00:00
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.8.6">
<compounddef id="classGecode_1_1ViewSel" kind="class" prot="public" abstract="yes">
<compoundname>Gecode::ViewSel</compoundname>
<includes refid="brancher-view-sel_8hpp" local="no">brancher-view-sel.hpp</includes>
<templateparamlist>
<param>
<type>class</type>
<declname>_View</declname>
<defname>_View</defname>
</param>
</templateparamlist>
<sectiondef kind="user-defined">
<header>Initialization</header>
<memberdef kind="function" id="classGecode_1_1ViewSel_1a5e6312d9ebe2a24d73cef47eab9866be" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type></type>
<definition>forceinline Gecode::ViewSel&lt; View &gt;::ViewSel</definition>
<argsstring>(Space &amp;home, const VarBranch &amp;vb)</argsstring>
<name>ViewSel</name>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type>const <ref refid="classGecode_1_1VarBranch" kindref="compound">VarBranch</ref> &amp;</type>
<declname>vb</declname>
</param>
<briefdescription>
<para>Constructor for creation. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="57" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="361" bodyend="361"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1ViewSel_1a5459dc8a5f1a0d606819e334d384e2bc" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
<type></type>
<definition>forceinline Gecode::ViewSel&lt; View &gt;::ViewSel</definition>
<argsstring>(Space &amp;home, bool shared, ViewSel&lt; View &gt; &amp;vs)</argsstring>
<name>ViewSel</name>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type>bool</type>
<declname>shared</declname>
</param>
<param>
<type><ref refid="classGecode_1_1ViewSel" kindref="compound">ViewSel</ref>&lt; <ref refid="classGecode_1_1ViewSel_1a0eb9229cfcbb6ee09a155263d9de256d" kindref="member">View</ref> &gt; &amp;</type>
<declname>vs</declname>
</param>
<briefdescription>
<para>Constructor for copying during cloning. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="59" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="364" bodyend="364"/>
</memberdef>
</sectiondef>
<sectiondef kind="user-defined">
<header>View selection and tie breaking</header>
<memberdef kind="function" id="classGecode_1_1ViewSel_1abed47f1213c16665446f77deb49575d0" prot="public" static="no" const="no" explicit="no" inline="no" virt="pure-virtual">
<type>int</type>
<definition>virtual int Gecode::ViewSel&lt; _View &gt;::select</definition>
<argsstring>(Space &amp;home, ViewArray&lt; View &gt; &amp;x, int s)=0</argsstring>
<name>select</name>
<reimplementedby refid="classGecode_1_1ViewSelNone_1aa849d0ff38605e56771626d0bd262e16">select</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelRnd_1afaea52c72de4fbd3886be8c1e5fc550f">select</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1adb97adf60a1e08dfd88920b4dfa4c7e0">select</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1adb97adf60a1e08dfd88920b4dfa4c7e0">select</reimplementedby>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>&lt; <ref refid="classGecode_1_1ViewSel_1a0eb9229cfcbb6ee09a155263d9de256d" kindref="member">View</ref> &gt; &amp;</type>
<declname>x</declname>
</param>
<param>
<type>int</type>
<declname>s</declname>
</param>
<briefdescription>
<para>Select a view from <emphasis>x</emphasis> starting from <emphasis>s</emphasis> and return its position. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="64" column="1"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1ViewSel_1a7096e0882df6806c28599f65fe2c47f7" prot="public" static="no" const="no" explicit="no" inline="no" virt="pure-virtual">
<type>int</type>
<definition>virtual int Gecode::ViewSel&lt; _View &gt;::select</definition>
<argsstring>(Space &amp;home, ViewArray&lt; View &gt; &amp;x, int s, BranchFilter bf)=0</argsstring>
<name>select</name>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1a8b0af6f1907fddbde869a27d6375bbc3">select</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1a8b0af6f1907fddbde869a27d6375bbc3">select</reimplementedby>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>&lt; <ref refid="classGecode_1_1ViewSel_1a0eb9229cfcbb6ee09a155263d9de256d" kindref="member">View</ref> &gt; &amp;</type>
<declname>x</declname>
</param>
<param>
<type>int</type>
<declname>s</declname>
</param>
<param>
<type><ref refid="classGecode_1_1ViewSel_1a6d3b4091cb8df02ba4049e0d53c4d12b" kindref="member">BranchFilter</ref></type>
<declname>bf</declname>
</param>
<briefdescription>
<para>Select a view from <emphasis>x</emphasis> starting from <emphasis>s</emphasis> and return its position. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="66" column="1"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1ViewSel_1a0ed58be60b51512bf3b7d4c1d18fad46" prot="public" static="no" const="no" explicit="no" inline="no" virt="pure-virtual">
<type>void</type>
<definition>virtual void Gecode::ViewSel&lt; _View &gt;::ties</definition>
<argsstring>(Space &amp;home, ViewArray&lt; View &gt; &amp;x, int s, int *ties, int &amp;n)=0</argsstring>
<name>ties</name>
<reimplementedby refid="classGecode_1_1ViewSelNone_1a15e15739d879b7a514338351aeebfc4d">ties</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelRnd_1a01ceb70d96b212ad8af26974332916b0">ties</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1ac6ad609a65f4b3e64cdb775262674c2f">ties</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1ac6ad609a65f4b3e64cdb775262674c2f">ties</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1ab67dd56bec66c43b924d7ca05bcd8f1b">ties</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1ab67dd56bec66c43b924d7ca05bcd8f1b">ties</reimplementedby>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>&lt; <ref refid="classGecode_1_1ViewSel_1a0eb9229cfcbb6ee09a155263d9de256d" kindref="member">View</ref> &gt; &amp;</type>
<declname>x</declname>
</param>
<param>
<type>int</type>
<declname>s</declname>
</param>
<param>
<type>int *</type>
<declname>ties</declname>
</param>
<param>
<type>int &amp;</type>
<declname>n</declname>
</param>
<briefdescription>
<para>Select ties from <emphasis>x</emphasis> starting from <emphasis>s</emphasis>. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="69" column="1"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1ViewSel_1a8b483d5643152a39e67aeaf7df733f81" prot="public" static="no" const="no" explicit="no" inline="no" virt="pure-virtual">
<type>void</type>
<definition>virtual void Gecode::ViewSel&lt; _View &gt;::ties</definition>
<argsstring>(Space &amp;home, ViewArray&lt; View &gt; &amp;x, int s, int *ties, int &amp;n, BranchFilter bf)=0</argsstring>
<name>ties</name>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1a757323fe77ae99eb580367b3fb440602">ties</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1a757323fe77ae99eb580367b3fb440602">ties</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1af7cc300661e99fcf18aabf02dcb80405">ties</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1af7cc300661e99fcf18aabf02dcb80405">ties</reimplementedby>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>&lt; <ref refid="classGecode_1_1ViewSel_1a0eb9229cfcbb6ee09a155263d9de256d" kindref="member">View</ref> &gt; &amp;</type>
<declname>x</declname>
</param>
<param>
<type>int</type>
<declname>s</declname>
</param>
<param>
<type>int *</type>
<declname>ties</declname>
</param>
<param>
<type>int &amp;</type>
<declname>n</declname>
</param>
<param>
<type><ref refid="classGecode_1_1ViewSel_1a6d3b4091cb8df02ba4049e0d53c4d12b" kindref="member">BranchFilter</ref></type>
<declname>bf</declname>
</param>
<briefdescription>
<para>Select ties from <emphasis>x</emphasis> starting from <emphasis>s</emphasis>. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="72" column="1"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1ViewSel_1a38990319b929ca41003103251fd8125b" prot="public" static="no" const="no" explicit="no" inline="no" virt="pure-virtual">
<type>void</type>
<definition>virtual void Gecode::ViewSel&lt; _View &gt;::brk</definition>
<argsstring>(Space &amp;home, ViewArray&lt; View &gt; &amp;x, int *ties, int &amp;n)=0</argsstring>
<name>brk</name>
<reimplementedby refid="classGecode_1_1ViewSelNone_1a9e7f552fb86742af3502c00335f7ae94">brk</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelRnd_1afd5abf714d7d77f6882f3ca6f0da364b">brk</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1a0e597f75daf3c629d6d6884a09fdf9f7">brk</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1a0e597f75daf3c629d6d6884a09fdf9f7">brk</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1a87699af6ef59194ed03f37f5cf545cb3">brk</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChooseTbl_1a87699af6ef59194ed03f37f5cf545cb3">brk</reimplementedby>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>&lt; <ref refid="classGecode_1_1ViewSel_1a0eb9229cfcbb6ee09a155263d9de256d" kindref="member">View</ref> &gt; &amp;</type>
<declname>x</declname>
</param>
<param>
<type>int *</type>
<declname>ties</declname>
</param>
<param>
<type>int &amp;</type>
<declname>n</declname>
</param>
<briefdescription>
<para>Break ties in <emphasis>x</emphasis> and update to new ties. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="75" column="1"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1ViewSel_1ac72786dfdedd8fa2bd1731087cec7c46" prot="public" static="no" const="no" explicit="no" inline="no" virt="pure-virtual">
<type>int</type>
<definition>virtual int Gecode::ViewSel&lt; _View &gt;::select</definition>
<argsstring>(Space &amp;home, ViewArray&lt; View &gt; &amp;x, int *ties, int n)=0</argsstring>
<name>select</name>
<reimplementedby refid="classGecode_1_1ViewSelNone_1a85c8569f1fb96fe418350981742d4c54">select</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelRnd_1ae35f82547d5dca9d9281b2bdae2fe0ef">select</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1aa691832daa19098515a8ca9ebb655fd6">select</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1aa691832daa19098515a8ca9ebb655fd6">select</reimplementedby>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type><ref refid="classGecode_1_1ViewArray" kindref="compound">ViewArray</ref>&lt; <ref refid="classGecode_1_1ViewSel_1a0eb9229cfcbb6ee09a155263d9de256d" kindref="member">View</ref> &gt; &amp;</type>
<declname>x</declname>
</param>
<param>
<type>int *</type>
<declname>ties</declname>
</param>
<param>
<type>int</type>
<declname>n</declname>
</param>
<briefdescription>
<para>Select a view from <emphasis>x</emphasis> considering views with positions in <emphasis>ties</emphasis>. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="78" column="1"/>
</memberdef>
</sectiondef>
<sectiondef kind="user-defined">
<header>Resource management and cloning</header>
<memberdef kind="function" id="classGecode_1_1ViewSel_1a67747297fd08692609d43b1970a9e616" prot="public" static="no" const="no" explicit="no" inline="no" virt="pure-virtual">
<type><ref refid="classGecode_1_1ViewSel" kindref="compound">ViewSel</ref>&lt; <ref refid="classGecode_1_1ViewSel_1a0eb9229cfcbb6ee09a155263d9de256d" kindref="member">View</ref> &gt; *</type>
<definition>virtual ViewSel&lt;View&gt;* Gecode::ViewSel&lt; _View &gt;::copy</definition>
<argsstring>(Space &amp;home, bool shared)=0</argsstring>
<name>copy</name>
<reimplementedby refid="classGecode_1_1ViewSelNone_1a5f8c28d5697d2af0fb699cfe7907dc18">copy</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelRnd_1aa33bd9bfa14220e3b4a45a5423bc6e2c">copy</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelMin_1acc41091a7c60db570d7c78598809314c">copy</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelMinTbl_1ab340e62f512cfb27c1349bf727a7815c">copy</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelMax_1a06e27f08c9dba8a58bc53f0670ee53f7">copy</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelMaxTbl_1afc5e6d9db6e40f673c9dd5633432b862">copy</reimplementedby>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<param>
<type>bool</type>
<declname>shared</declname>
</param>
<briefdescription>
<para>Create copy during cloning. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="84" column="1"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1ViewSel_1ad8f324b8b4de58dde702b45940c5f062" prot="public" static="no" const="yes" explicit="no" inline="no" virt="virtual">
<type>bool</type>
<definition>bool Gecode::ViewSel&lt; View &gt;::notice</definition>
<argsstring>(void) const </argsstring>
<name>notice</name>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1afdf2deb6f6dbe3388d49ffb62ab2e068">notice</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1afdf2deb6f6dbe3388d49ffb62ab2e068">notice</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1afdf2deb6f6dbe3388d49ffb62ab2e068">notice</reimplementedby>
<param>
<type>void</type>
</param>
<briefdescription>
<para>Whether dispose must always be called (that is, notice is needed) </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="86" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="367" bodyend="369"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1ViewSel_1a6e95fa0da4f0a75340943adaa3715e63" prot="public" static="no" const="no" explicit="no" inline="no" virt="virtual">
<type>void</type>
<definition>void Gecode::ViewSel&lt; View &gt;::dispose</definition>
<argsstring>(Space &amp;home)</argsstring>
<name>dispose</name>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1a6e8f334559841dc006c074992239fb4f">dispose</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1a6e8f334559841dc006c074992239fb4f">dispose</reimplementedby>
<reimplementedby refid="classGecode_1_1ViewSelChoose_1a6e8f334559841dc006c074992239fb4f">dispose</reimplementedby>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<briefdescription>
<para>Dispose view selection. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="88" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="372" bodyend="372"/>
</memberdef>
</sectiondef>
<sectiondef kind="user-defined">
<header>Memory management</header>
<memberdef kind="function" id="classGecode_1_1ViewSel_1ac843be459641c947da1acb3d8a1b635f" prot="public" static="yes" const="no" explicit="no" inline="no" virt="non-virtual">
<type>void *</type>
<definition>forceinline void * Gecode::ViewSel&lt; View &gt;::operator new</definition>
<argsstring>(size_t s, Space &amp;home)</argsstring>
<name>operator new</name>
<param>
<type>size_t</type>
<declname>s</declname>
</param>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<briefdescription>
<para>Allocate memory from space. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="93" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="381" bodyend="383"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1ViewSel_1a69d8f83ed5f3a52160524060ccb7b834" prot="public" static="yes" const="no" explicit="no" inline="no" virt="non-virtual">
<type>void</type>
<definition>forceinline void Gecode::ViewSel&lt; View &gt;::operator delete</definition>
<argsstring>(void *p, Space &amp;home)</argsstring>
<name>operator delete</name>
<param>
<type>void *</type>
<declname>p</declname>
</param>
<param>
<type><ref refid="classGecode_1_1Space" kindref="compound">Space</ref> &amp;</type>
<declname>home</declname>
</param>
<briefdescription>
<para>Return memory to space. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="95" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="378" bodyend="378"/>
</memberdef>
<memberdef kind="function" id="classGecode_1_1ViewSel_1ad332dc2aa6584a404d832715598a0ecd" prot="public" static="yes" const="no" explicit="no" inline="no" virt="non-virtual">
<type>void</type>
<definition>forceinline void Gecode::ViewSel&lt; View &gt;::operator delete</definition>
<argsstring>(void *p)</argsstring>
<name>operator delete</name>
<param>
<type>void *</type>
<declname>p</declname>
</param>
<briefdescription>
<para>Needed for exceptions. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="97" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="375" bodyend="375"/>
</memberdef>
</sectiondef>
<sectiondef kind="public-type">
<memberdef kind="typedef" id="classGecode_1_1ViewSel_1a0eb9229cfcbb6ee09a155263d9de256d" prot="public" static="no">
<type>_View</type>
<definition>typedef _View Gecode::ViewSel&lt; _View &gt;::View</definition>
<argsstring></argsstring>
<name>View</name>
<briefdescription>
<para>Define the view type. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="51" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="51" bodyend="-1"/>
</memberdef>
<memberdef kind="typedef" id="classGecode_1_1ViewSel_1a6d3b4091cb8df02ba4049e0d53c4d12b" prot="public" static="no">
<type><ref refid="classGecode_1_1BranchTraits" kindref="compound">BranchTraits</ref>&lt; typename View::VarType &gt;::Filter</type>
<definition>typedef BranchTraits&lt;typename View::VarType&gt;::Filter Gecode::ViewSel&lt; _View &gt;::BranchFilter</definition>
<argsstring></argsstring>
<name>BranchFilter</name>
<briefdescription>
<para>The branch filter that corresponds to the view type. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<inbodydescription>
</inbodydescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="53" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="53" bodyend="-1"/>
</memberdef>
</sectiondef>
<briefdescription>
<para>Abstract class for view selection. </para> </briefdescription>
<detaileddescription>
</detaileddescription>
<location file="/usr/include/gecode/kernel/brancher-view-sel.hpp" line="48" column="1" bodyfile="/usr/include/gecode/kernel/brancher-view-sel.hpp" bodystart="48" bodyend="99"/>
<listofallmembers>
<member refid="classGecode_1_1ViewSel_1a6d3b4091cb8df02ba4049e0d53c4d12b" prot="public" virt="non-virtual"><scope>Gecode::ViewSel</scope><name>BranchFilter</name></member>
<member refid="classGecode_1_1ViewSel_1a38990319b929ca41003103251fd8125b" prot="public" virt="pure-virtual"><scope>Gecode::ViewSel</scope><name>brk</name></member>
<member refid="classGecode_1_1ViewSel_1a67747297fd08692609d43b1970a9e616" prot="public" virt="pure-virtual"><scope>Gecode::ViewSel</scope><name>copy</name></member>
<member refid="classGecode_1_1ViewSel_1a6e95fa0da4f0a75340943adaa3715e63" prot="public" virt="virtual"><scope>Gecode::ViewSel</scope><name>dispose</name></member>
<member refid="classGecode_1_1ViewSel_1ad8f324b8b4de58dde702b45940c5f062" prot="public" virt="virtual"><scope>Gecode::ViewSel</scope><name>notice</name></member>
<member refid="classGecode_1_1ViewSel_1a69d8f83ed5f3a52160524060ccb7b834" prot="public" virt="non-virtual"><scope>Gecode::ViewSel</scope><name>operator delete</name></member>
<member refid="classGecode_1_1ViewSel_1ad332dc2aa6584a404d832715598a0ecd" prot="public" virt="non-virtual"><scope>Gecode::ViewSel</scope><name>operator delete</name></member>
<member refid="classGecode_1_1ViewSel_1ac843be459641c947da1acb3d8a1b635f" prot="public" virt="non-virtual"><scope>Gecode::ViewSel</scope><name>operator new</name></member>
<member refid="classGecode_1_1ViewSel_1abed47f1213c16665446f77deb49575d0" prot="public" virt="pure-virtual"><scope>Gecode::ViewSel</scope><name>select</name></member>
<member refid="classGecode_1_1ViewSel_1a7096e0882df6806c28599f65fe2c47f7" prot="public" virt="pure-virtual"><scope>Gecode::ViewSel</scope><name>select</name></member>
<member refid="classGecode_1_1ViewSel_1ac72786dfdedd8fa2bd1731087cec7c46" prot="public" virt="pure-virtual"><scope>Gecode::ViewSel</scope><name>select</name></member>
<member refid="classGecode_1_1ViewSel_1a0ed58be60b51512bf3b7d4c1d18fad46" prot="public" virt="pure-virtual"><scope>Gecode::ViewSel</scope><name>ties</name></member>
<member refid="classGecode_1_1ViewSel_1a8b483d5643152a39e67aeaf7df733f81" prot="public" virt="pure-virtual"><scope>Gecode::ViewSel</scope><name>ties</name></member>
<member refid="classGecode_1_1ViewSel_1a0eb9229cfcbb6ee09a155263d9de256d" prot="public" virt="non-virtual"><scope>Gecode::ViewSel</scope><name>View</name></member>
<member refid="classGecode_1_1ViewSel_1a5e6312d9ebe2a24d73cef47eab9866be" prot="public" virt="non-virtual"><scope>Gecode::ViewSel</scope><name>ViewSel</name></member>
<member refid="classGecode_1_1ViewSel_1a5459dc8a5f1a0d606819e334d384e2bc" prot="public" virt="non-virtual"><scope>Gecode::ViewSel</scope><name>ViewSel</name></member>
</listofallmembers>
</compounddef>
</doxygen>