2012-07-18 14:11:30 -04:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2012-07-17 16:07:18 -04:00
< title > libcvautomation: cvaPoint Struct Reference< / title >
2012-07-18 14:11:30 -04:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
2012-07-17 16:07:18 -04:00
2012-07-18 14:11:30 -04:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
$(document).ready(function() { searchBox.OnSelectItem(0); });
< / script >
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script > < script src = "http://www.mathjax.org/mathjax/MathJax.js" > < / script >
< / head >
< body >
< div id = "top" > <!-- do not remove this div! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td style = "padding-left: 0.5em;" >
< div id = "projectname" > libcvautomation
2012-08-13 09:16:26 -04:00
  < span id = "projectnumber" > 1.5< / span >
2012-07-18 14:11:30 -04:00
< / div >
< / td >
< / tr >
< / tbody >
2012-07-17 16:07:18 -04:00
< / table >
2012-07-18 14:11:30 -04:00
< / div >
<!-- Generated by Doxygen 1.7.6.1 -->
< script type = "text/javascript" >
var searchBox = new SearchBox("searchBox", "search",false,'Search');
< / script >
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "pages.html" > < span > Related  Pages< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< li >
< div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / li >
< / ul >
< / div >
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "annotated.html" > < span > Class  List< / span > < / a > < / li >
< / ul >
< / div >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-attribs" > Public Attributes< / a > < / div >
< div class = "headertitle" >
< div class = "title" > cvaPoint Struct Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
<!-- doxytag: class="cvaPoint" -->
< p > Very simple structure to standardize how points are used in libcvautomation.
< a href = "structcvaPoint.html#details" > More...< / a > < / p >
< p > < code > #include < < a class = "el" href = "libcvautomation_8h_source.html" > libcvautomation.h< / a > > < / code > < / p >
< p > < a href = "structcvaPoint-members.html" > List of all members.< / a > < / p >
< table class = "memberdecls" >
< tr > < td colspan = "2" > < h2 > < a name = "pub-attribs" > < / a >
Public Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "aae76be44130ce1d258527a345cba27aa" > < / a > <!-- doxytag: member="cvaPoint::x" ref="aae76be44130ce1d258527a345cba27aa" args="" -->
int  < / td > < td class = "memItemRight" valign = "bottom" > < b > x< / b > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "anchor" id = "a0108cb75bf00ed17d3ed5f823d18ec44" > < / a > <!-- doxytag: member="cvaPoint::y" ref="a0108cb75bf00ed17d3ed5f823d18ec44" args="" -->
int  < / td > < td class = "memItemRight" valign = "bottom" > < b > y< / b > < / td > < / tr >
< / table >
< hr / > < a name = "details" id = "details" > < / a > < h2 > Detailed Description< / h2 >
< div class = "textblock" > < p > Very simple structure to standardize how points are used in libcvautomation. < / p >
< dl class = "params" > < dt > < b > Parameters:< / b > < / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > x< / td > < td > An X-coordinate < / td > < / tr >
< tr > < td class = "paramname" > y< / td > < td > A Y-coordinate < / td > < / tr >
2012-07-17 16:07:18 -04:00
< / table >
2012-07-18 14:11:30 -04:00
< / dd >
2012-07-17 16:07:18 -04:00
< / dl >
2012-07-23 13:00:32 -04:00
< p > Definition at line < a class = "el" href = "libcvautomation_8h_source.html#l00042" > 42< / a > of file < a class = "el" href = "libcvautomation_8h_source.html" > libcvautomation.h< / a > .< / p >
2012-07-18 14:11:30 -04:00
< / div > < hr / > The documentation for this struct was generated from the following file:< ul >
< li > < a class = "el" href = "libcvautomation_8h_source.html" > libcvautomation.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(0)" > < span class = "SelectionMark" >   < / span > All< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(1)" > < span class = "SelectionMark" >   < / span > Classes< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(2)" > < span class = "SelectionMark" >   < / span > Files< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(3)" > < span class = "SelectionMark" >   < / span > Functions< / a > < a class = "SelectItem" href = "javascript:void(0)" onclick = "searchBox.OnSelectItem(4)" > < span class = "SelectionMark" >   < / span > Defines< / a > < / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< hr class = "footer" / > < address class = "footer" > < small >
2012-08-13 09:16:26 -04:00
Generated on Mon Aug 13 2012 09:14:32 for libcvautomation by   < a href = "http://www.doxygen.org/index.html" >
2012-07-18 14:11:30 -04:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.7.6.1
< / small > < / address >
2012-07-17 16:07:18 -04:00
< / body >
< / html >