2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-10 11:32:18 +00:00
Files
gil/doc/html/reference/group___g_i_l_is_basic.html
2019-05-07 01:46:31 -04:00

83 lines
9.0 KiB
HTML

<!-- HTML header for doxygen 1.8.13-->
<!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"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Generic Image Library: xxx_is_basic</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-boost.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="boost-header">
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
<tr>
<td valign="top" width="300">
<h3><a href="../index.html"><img alt="Boost GIL" src="../_static/gil.png" border="0"></a></h3>
</td>
<td ><h1 align="center"><a href="../index.html"></a></h1></td>
<td></td>
</tr>
</table>
</div>
<hr/>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">xxx_is_basic<div class="ingroups"><a class="el" href="group___metafunctions.html">Metafunctions</a> &raquo; <a class="el" href="group___type_analysis.html">Type Analysis Metafunctions</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p>Determines if GIL constructs are basic. Basic constructs are the ones that can be generated with the type factory methods <a class="el" href="structboost_1_1gil_1_1pixel__reference__type.html" title="Returns the type of a homogeneous pixel reference given the channel type, layout, whether it operates...">pixel_reference_type</a>, <a class="el" href="structboost_1_1gil_1_1iterator__type.html" title="Returns the type of a homogeneous iterator given the channel type, layout, whether it operates on pla...">iterator_type</a>, <a class="el" href="structboost_1_1gil_1_1locator__type.html" title="Returns the type of a homogeneous locator given the channel type, layout, whether it operates on plan...">locator_type</a>, <a class="el" href="structboost_1_1gil_1_1view__type.html" title="Returns the type of a homogeneous view given the channel type, layout, whether it operates on planar ...">view_type</a> and <a class="el" href="structboost_1_1gil_1_1image__type.html" title="Returns the type of a homogeneous image given the channel type, layout, and whether it operates on pl...">image_type</a> They can be mutable/immutable, planar/interleaved, step/nonstep. They must use GIL-provided models.
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1pixel__reference__is__basic.html">pixel_reference_is_basic&lt; PixelRef &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines if a given pixel reference is basic Basic references must use <a class="el" href="structboost_1_1gil_1_1pixel.html" title="Represents a pixel value (a container of channels). Models: HomogeneousColorBaseValueConcept, PixelValueConcept, HomogeneousPixelBasedConcept. ">gil::pixel</a>&amp; (if interleaved), <a class="el" href="structboost_1_1gil_1_1planar__pixel__reference.html" title="A reference proxy to a planar pixel. Models: HomogeneousColorBaseConcept, HomogeneousPixelConcept. ">gil::planar_pixel_reference</a> (if planar). They must use the standard constness rules. <a href="structboost_1_1gil_1_1pixel__reference__is__basic.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1iterator__is__basic.html">iterator_is_basic&lt; Iterator &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines if a given pixel iterator is basic Basic iterators must use <a class="el" href="structboost_1_1gil_1_1pixel.html" title="Represents a pixel value (a container of channels). Models: HomogeneousColorBaseValueConcept, PixelValueConcept, HomogeneousPixelBasedConcept. ">gil::pixel</a> (if interleaved), <a class="el" href="structboost_1_1gil_1_1planar__pixel__iterator.html" title="An iterator over planar pixels. Models HomogeneousColorBaseConcept, PixelIteratorConcept, HomogeneousPixelBasedConcept, MemoryBasedIteratorConcept, HasDynamicXStepTypeConcept. ">gil::planar_pixel_iterator</a> (if planar) and <a class="el" href="classboost_1_1gil_1_1memory__based__step__iterator.html" title="MEMORY-BASED STEP ITERATOR. ">gil::memory_based_step_iterator</a> (if step). They must use the standard constness rules. <a href="structboost_1_1gil_1_1iterator__is__basic.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1locator__is__basic.html">locator_is_basic&lt; Loc &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Determines if a given locator is basic. A basic locator is memory-based and has basic x_iterator and y_iterator. <a href="structboost_1_1gil_1_1locator__is__basic.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1view__is__basic.html">view_is_basic&lt; View &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Basic views must be over basic locators. <a href="structboost_1_1gil_1_1view__is__basic.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1gil_1_1image__is__basic.html">image_is_basic&lt; Img &gt;</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">Basic images must use basic views and std::allocator. <a href="structboost_1_1gil_1_1image__is__basic.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>Determines if GIL constructs are basic. Basic constructs are the ones that can be generated with the type factory methods <a class="el" href="structboost_1_1gil_1_1pixel__reference__type.html" title="Returns the type of a homogeneous pixel reference given the channel type, layout, whether it operates...">pixel_reference_type</a>, <a class="el" href="structboost_1_1gil_1_1iterator__type.html" title="Returns the type of a homogeneous iterator given the channel type, layout, whether it operates on pla...">iterator_type</a>, <a class="el" href="structboost_1_1gil_1_1locator__type.html" title="Returns the type of a homogeneous locator given the channel type, layout, whether it operates on plan...">locator_type</a>, <a class="el" href="structboost_1_1gil_1_1view__type.html" title="Returns the type of a homogeneous view given the channel type, layout, whether it operates on planar ...">view_type</a> and <a class="el" href="structboost_1_1gil_1_1image__type.html" title="Returns the type of a homogeneous image given the channel type, layout, and whether it operates on pl...">image_type</a> They can be mutable/immutable, planar/interleaved, step/nonstep. They must use GIL-provided models. </p>
<p>TYPE ANALYSIS METAFUNCTIONS Predicate metafunctions determining properties of GIL types </p>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.13-->
<!-- start footer part -->
<hr class="footer"/>
<address class="footer">
<small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.13
</small>
</address>
</body>
</html>