Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 60f1dc962abad0f3b492991a4fbef9be > files > 1454

vtk-doc-5.4.2-5mdv2010.0.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>VTK: vtkRandomAttributeGenerator Class Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.6 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="classes.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="classes.html"><span>Alphabetical&nbsp;List</span></a></li>
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>vtkRandomAttributeGenerator Class Reference</h1><!-- doxytag: class="vtkRandomAttributeGenerator" --><!-- doxytag: inherits="vtkDataSetAlgorithm" --><code>#include &lt;<a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>&gt;</code>
<p>
<div class="dynheader">
Inheritance diagram for vtkRandomAttributeGenerator:</div>
<div class="dynsection">
<p><center><img src="a13994.png" border="0" usemap="#a13995" alt="Inheritance graph"></center>
<map name="a13995">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="35,229,181,256"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="59,155,157,181"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="68,80,148,107"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="53,5,163,32"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>
<div class="dynheader">
Collaboration diagram for vtkRandomAttributeGenerator:</div>
<div class="dynsection">
<p><center><img src="a13996.png" border="0" usemap="#a13997" alt="Collaboration graph"></center>
<map name="a13997">
<area shape="rect" href="a00375.html" title="Superclass for algorithms that produce output of the same type as input." alt="" coords="177,499,324,525"><area shape="rect" href="a00101.html" title="Superclass for all sources, filters, and sinks in VTK." alt="" coords="281,381,380,408"><area shape="rect" href="a00472.html" title="Superclass for all pipeline executives in VTK." alt="" coords="477,499,576,525"><area shape="rect" href="a01084.html" title="abstract base class for most VTK objects" alt="" coords="407,173,487,200"><area shape="rect" href="a00895.html" title="Store zero or more vtkInformation instances." alt="" coords="404,264,553,291"><area shape="rect" href="a00872.html" title="Store vtkAlgorithm input/output information." alt="" coords="212,264,321,291"><area shape="rect" href="a01085.html" title="abstract base class for most VTK objects" alt="" coords="164,5,273,32"><area shape="rect" href="a00884.html" title="internal structure for vtkInformation" alt="" coords="5,173,168,200"><area shape="rect" href="a00886.html" title="Superclass for vtkInformation keys." alt="" coords="153,83,284,109"><area shape="rect" href="a01719.html" title="record modification and/or execution time" alt="" coords="308,83,417,109"><area shape="rect" href="a00891.html" title="Key for pointer to pointer." alt="" coords="192,173,373,200"></map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div>

<p>
<a href="a13998.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
generate and create random data attributes 
<p>
<a class="el" href="a01451.html" title="generate and create random data attributes">vtkRandomAttributeGenerator</a> is a filter that creates random attributes including scalars, vectors, normals, tensors, texture coordinates and/or general data arrays. These attributes can be generated as point data, cell data or general field data. The generation of each component is normalized between a user-specified minimum and maximum value.<p>
This filter provides that capability to specify the data type of the attributes, the range for each of the components, and the number of components. Note, however, that this flexibility only goes so far because some attributes (e.g., normals, vectors and tensors) are fixed in the number of components, and in the case of normals and tensors, are constrained in the values that some of the components can take (i.e., normals have magnitude one, and tensors are symmetric).<p>
<dl class="warning" compact><dt><b>Warning:</b></dt><dd>In general this class is used for debugging or testing purposes.<p>
It is possible to generate multiple attributes simultaneously.<p>
By default, no data is generated. Make sure to enable the generation of some attributes if you want this filter to affect the output. Also note that this filter passes through input geometry, topology and attributes. Newly created attributes may replace attribute data that would have otherwise been passed through.</dd></dl>
<dl class="user" compact><dt><b>Tests:</b></dt><dd><a class="el" href="c2_vtk_t_14.html#c2_vtk_t_vtkRandomAttributeGenerator">vtkRandomAttributeGenerator (Tests)</a> </dd></dl>

<p>Definition at line <a class="el" href="a04425.html#l00054">54</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Types</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">typedef <a class="el" href="a00375.html">vtkDataSetAlgorithm</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#a6b47a2a75f50e22b7b86639e439fe18">Superclass</a></td></tr>

<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual const char *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#846ef371c4f1cd2252cbb2b21ffd4b29">GetClassName</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#b9f7c38355576e4837438b407eee8c51">IsA</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#ca43e120c74d760ebf85f4c7a3a8b5d2">PrintSelf</a> (ostream &amp;os, <a class="el" href="a00869.html">vtkIndent</a> indent)</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#e5b7dada42d781848057e9dd84f1f0b2">SetDataType</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#492a1986ef66bcf78ae000eec1501fa0">SetDataTypeToBit</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#c573efc647e5995e8f8ee1eae5045018">SetDataTypeToChar</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#124f14352631198546fb4936704edafd">SetDataTypeToUnsignedChar</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#a2043ed9e89f46e75a16ddd6fde89dd9">SetDataTypeToShort</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#1f5028bda0a8a30c8847d3b897ebb8b1">SetDataTypeToUnsignedShort</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#608e2204db3f61dff1bfe638dbd1b41a">SetDataTypeToInt</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#21a70a4f882fa2af880bccc611fe2c13">SetDataTypeToUnsignedInt</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#64f47bce99800270fd4ad0e3105bf30d">SetDataTypeToLong</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#ba5b3ebc33251e279481aa60eea0912d">SetDataTypeToUnsignedLong</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#a1608698ada05f0cc3e53ac249403f6f">SetDataTypeToFloat</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#aa3c9d083d5d9447192c9b4ad1b81875">SetDataTypeToDouble</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#c323edc2dc5b407afffd874c0f5f13d2">GetDataType</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#6591c78431718db41fa1a57a1a10a54a">SetNumberOfComponents</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#97800c7fa10a24d54db4c258b14b87c8">GetNumberOfComponents</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#b15292574393ccce95c8448fd4a3b640">SetMinimumComponentValue</a> (double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#e86e91869c121b2f687f5e3f6c3cf4d4">GetMinimumComponentValue</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#9c8ed12f6b236cbc8c39d0fab5360f10">SetMaximumComponentValue</a> (double)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#b0bde16b6b6f0656b78cb8d69729f5d2">GetMaximumComponentValue</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#c3697a54c933f01c6062d5bc79f243ae">SetNumberOfTuples</a> (<a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#4cb9168d83af0ff67a9a968bcace2488">GetNumberOfTuples</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#b7ea90a4525f7ab1e871ba584370aff8">SetGeneratePointScalars</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#619f25dbac5a16dce6b76b33867e4053">GetGeneratePointScalars</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#fc982fbd274271b3f5fb5be81592013f">GeneratePointScalarsOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#97804917ba6dda7416ec9039776265e8">GeneratePointScalarsOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#f6fe395dfd094c0e3e26698e7641749b">SetGeneratePointVectors</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#7ce417a0a4717f8c2a32587a332750e6">GetGeneratePointVectors</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#ac66dbdb7c489826880c6295131d3d13">GeneratePointVectorsOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#467b6cbb4d7d8ef5f3fd97e90b7cd550">GeneratePointVectorsOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#3ff7efb29d763df22ba6e2fbdc667f5c">SetGeneratePointNormals</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#eb8774fb0360a517d5b8d2a4bf4028ee">GetGeneratePointNormals</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#34db904269b50587ea8851d052fb7a4b">GeneratePointNormalsOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#58f6d88c0d10acd2a34208b45fe55592">GeneratePointNormalsOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#f0249e637a511e434f5ab0fb6dc253ef">SetGeneratePointTensors</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#b7a8cd6d671c50b248c81f294f2f25de">GetGeneratePointTensors</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#3205989eb806392f2136f78c4eee686e">GeneratePointTensorsOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#e0fcbc0cc8cb0cf6b7680fba7ca8f141">GeneratePointTensorsOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#4efae9e6cef7b1724677468140d6a480">SetGeneratePointTCoords</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#9a551131335674b18f57d23dd6aaf29e">GetGeneratePointTCoords</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#ea471e6a5909800010f06e85ba863e37">GeneratePointTCoordsOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#81a28832920abda883e5ead56ceed1b1">GeneratePointTCoordsOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#6e140da4b2041d13ebd13875696781b0">SetGeneratePointArray</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#4a65dd208b6bbdc99565212ffa1e1f79">GetGeneratePointArray</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#e529c97266291401b96da501376fe2e1">GeneratePointArrayOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#12f0e3143ed99eda2fe61381ee6905c1">GeneratePointArrayOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#f6e4f8038401d8a0da6eaae3a6bd89bd">SetGenerateCellScalars</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#7a29f1c7a053a49128e1b682674bf178">GetGenerateCellScalars</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#e9fc32a61102284f80f8faac1949937b">GenerateCellScalarsOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#e7a6fedbc39d0d39c5772f437e78d209">GenerateCellScalarsOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#d9bbf260eaa60c2585503dc2b3ebaea0">SetGenerateCellVectors</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#c71505f3e689e1bd4b973cfba5c2cf06">GetGenerateCellVectors</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#41a4604813dfb280aa37bdc6a2f1a677">GenerateCellVectorsOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#e50725d2635ac520e8d29737bf279b16">GenerateCellVectorsOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#7bf29a69797823c248f01b22b1dd2b24">SetGenerateCellNormals</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#118ce5412729315ddfa2dd32128b928c">GetGenerateCellNormals</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#62585722ca50ef42679aa6c0490e494e">GenerateCellNormalsOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#b1c481ea4dc57d2aeee9dfb558551ea5">GenerateCellNormalsOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#0f62e209f2263554fb40169ac4944e90">SetGenerateCellTensors</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#d7efedeceb35987c254b1ed5709fddd7">GetGenerateCellTensors</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#ea43f4b2a6789f6ce1c092f9ff96b81e">GenerateCellTensorsOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#6e91906ca6e4541ad8276802c40a9327">GenerateCellTensorsOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#3216a122363009b5d33280046b580e23">SetGenerateCellTCoords</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#e620b3663b7b04dad067670495a70058">GetGenerateCellTCoords</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#4224d1fa08d77404413a9dcba9dfbf1f">GenerateCellTCoordsOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#2c3250bca735c686b0eb59041b048ae5">GenerateCellTCoordsOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#5f0413f1247ae149044f5a9ba40353a3">SetGenerateCellArray</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#30b06ceac3639c3cb992d6ce7ea53936">GetGenerateCellArray</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#db33eaa70947a67aadd5cf6194581048">GenerateCellArrayOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#7d8bcca45d765a5a6d1f969c535b1274">GenerateCellArrayOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#e96e7756245c4f1196cade2b4b41470e">SetGenerateFieldArray</a> (int)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#983d9e8e06d0640a53447bd63c2f4f6b">GetGenerateFieldArray</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#55722571398661d6332122f0e11cf3a7">GenerateFieldArrayOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#1305c7d6d33d8881250cce2b5022b3f2">GenerateFieldArrayOff</a> ()</td></tr>

<tr><td colspan="2"><div class="groupHeader"></div></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#f118702238555260956d6672d450c7dd">GenerateAllPointDataOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#23b86833b108f9f5c8f444e7279c0a97">GenerateAllPointDataOff</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#2d98655f110e2f0fc3c786e6b86c3c30">GenerateAllCellDataOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#6c401707f63597f0bdd699dbe0ee132a">GenerateAllCellDataOff</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#68d65179110fdc9505e713e54702b6b1">GenerateAllDataOn</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">void&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#2b2f7424c89650017f4a9268aa3eb256">GenerateAllDataOff</a> ()</td></tr>

<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">static <br>
<a class="el" href="a01451.html">vtkRandomAttributeGenerator</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#ed0eacc0288ed743f6f515f6432017af">New</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#436c21fec68ab6a3cb8a659d882437bb">IsTypeOf</a> (const char *type)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">static <br>
<a class="el" href="a01451.html">vtkRandomAttributeGenerator</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#89adba822a7c54e7ce1ab2772ea475be">SafeDownCast</a> (<a class="el" href="a01084.html">vtkObject</a> *o)</td></tr>

<tr><td colspan="2"><br><h2>Protected Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#fbbd5fd9cdaa362bd8a02a582002e042">vtkRandomAttributeGenerator</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#b7858b9669a8670b0cd09f41683fd739">~vtkRandomAttributeGenerator</a> ()</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#ff632573c447c4b8655e87830153e53a">RequestData</a> (<a class="el" href="a00872.html">vtkInformation</a> *, <a class="el" href="a00895.html">vtkInformationVector</a> **, <a class="el" href="a00895.html">vtkInformationVector</a> *)</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a00356.html">vtkDataArray</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#c41e453ae556797617123393b4529304">GenerateData</a> (int dataType, <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> numTuples, int numComp, int minComp, int maxComp, double min, double max)</td></tr>

<tr><td colspan="2"><br><h2>Protected Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#de343767737b016c29812e8ed3eac446">DataType</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#7f275294e3e67ae9a7b031086da6d6c3">NumberOfComponents</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#b3351816c678e9f8a0c01faea6105b85">NumberOfTuples</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#3f7fba3768e2ce949c2f778aa96122d1">MinimumComponentValue</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">double&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#32bb5a377c615dc6803aa384e9516d49">MaximumComponentValue</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#ec284a5da3348f388ed8ceea1c7d4fa1">GeneratePointScalars</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#6544fe4c69abdfbcc921177295cb89a0">GeneratePointVectors</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#94bb4bb1bd198704d6c868a8c71f8e7b">GeneratePointNormals</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#cd83133b11430013a3ed3c71f67d28f0">GeneratePointTCoords</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#c80fea88d8b353bcee64a6888a5cf78d">GeneratePointTensors</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#bee2e04d2af604b573fc7111c978adca">GeneratePointArray</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#0e983bf546aebe346f4412aac006c0f6">GenerateCellScalars</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#7344f2198112fa3201a551186e042693">GenerateCellVectors</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#eaf4fce57ca9c83998ef7f97b7e20d2c">GenerateCellNormals</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#db37ad458680b97816cae2a5725792f7">GenerateCellTCoords</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#64947c33b07c49014a5c37d23908504e">GenerateCellTensors</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#b6cc0107bce1cc25321ccb3ed03b1391">GenerateCellArray</a></td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a01451.html#b408e2febd6a0b16e9c3cef051d215eb">GenerateFieldArray</a></td></tr>

</table>
<hr><h2>Member Typedef Documentation</h2>
<a class="anchor" name="a6b47a2a75f50e22b7b86639e439fe18"></a><!-- doxytag: member="vtkRandomAttributeGenerator::Superclass" ref="a6b47a2a75f50e22b7b86639e439fe18" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">typedef <a class="el" href="a00375.html">vtkDataSetAlgorithm</a> <a class="el" href="a00375.html">vtkRandomAttributeGenerator::Superclass</a>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00375.html#5b6a74f37b2c42dea75a05209b3e69bc">vtkDataSetAlgorithm</a>.</p>

<p>Definition at line <a class="el" href="a04425.html#l00060">60</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" name="fbbd5fd9cdaa362bd8a02a582002e042"></a><!-- doxytag: member="vtkRandomAttributeGenerator::vtkRandomAttributeGenerator" ref="fbbd5fd9cdaa362bd8a02a582002e042" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkRandomAttributeGenerator::vtkRandomAttributeGenerator           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="b7858b9669a8670b0cd09f41683fd739"></a><!-- doxytag: member="vtkRandomAttributeGenerator::~vtkRandomAttributeGenerator" ref="b7858b9669a8670b0cd09f41683fd739" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">vtkRandomAttributeGenerator::~vtkRandomAttributeGenerator           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline, protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00280">280</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="ed0eacc0288ed743f6f515f6432017af"></a><!-- doxytag: member="vtkRandomAttributeGenerator::New" ref="ed0eacc0288ed743f6f515f6432017af" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01451.html">vtkRandomAttributeGenerator</a>* vtkRandomAttributeGenerator::New           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Create instance with minimum speed 0.0, maximum speed 1.0. 
<p>Reimplemented from <a class="el" href="a00375.html#366c8a9b4e61249c93fd2f7a492de9cb">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="846ef371c4f1cd2252cbb2b21ffd4b29"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetClassName" ref="846ef371c4f1cd2252cbb2b21ffd4b29" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual const char* vtkRandomAttributeGenerator::GetClassName           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00375.html#d0ae046484ba6d268bdb67ad536260c8">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="436c21fec68ab6a3cb8a659d882437bb"></a><!-- doxytag: member="vtkRandomAttributeGenerator::IsTypeOf" ref="436c21fec68ab6a3cb8a659d882437bb" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static int vtkRandomAttributeGenerator::IsTypeOf           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. 
<p>Reimplemented from <a class="el" href="a00375.html#f86c68af773c12e38dad90f2afc7579a">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="b9f7c38355576e4837438b407eee8c51"></a><!-- doxytag: member="vtkRandomAttributeGenerator::IsA" ref="b9f7c38355576e4837438b407eee8c51" args="(const char *type)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::IsA           </td>
          <td>(</td>
          <td class="paramtype">const char *&nbsp;</td>
          <td class="paramname"> <em>name</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. 
<p>Reimplemented from <a class="el" href="a00375.html#420be20e4ddd9cc9184f09eec0f67a32">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="89adba822a7c54e7ce1ab2772ea475be"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SafeDownCast" ref="89adba822a7c54e7ce1ab2772ea475be" args="(vtkObject *o)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">static <a class="el" href="a01451.html">vtkRandomAttributeGenerator</a>* vtkRandomAttributeGenerator::SafeDownCast           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a01084.html">vtkObject</a> *&nbsp;</td>
          <td class="paramname"> <em>o</em>          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [static]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Reimplemented from <a class="el" href="a00375.html#3ba4f479dbf92dc937f8b6309e16dbea">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="ca43e120c74d760ebf85f4c7a3a8b5d2"></a><!-- doxytag: member="vtkRandomAttributeGenerator::PrintSelf" ref="ca43e120c74d760ebf85f4c7a3a8b5d2" args="(ostream &amp;os, vtkIndent indent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::PrintSelf           </td>
          <td>(</td>
          <td class="paramtype">ostream &amp;&nbsp;</td>
          <td class="paramname"> <em>os</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00869.html">vtkIndent</a>&nbsp;</td>
          <td class="paramname"> <em>indent</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use <a class="el" href="a01085.html#edadf6378465fd81c2592ef64262e2a5">Print()</a> instead) but used in the hierarchical print process to combine the output of several classes. 
<p>Reimplemented from <a class="el" href="a00375.html#399bf1def01568753e290f9cc45d7985">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="e5b7dada42d781848057e9dd84f1f0b2"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataType" ref="e5b7dada42d781848057e9dd84f1f0b2" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetDataType           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
</div>
</div><p>
<a class="anchor" name="492a1986ef66bcf78ae000eec1501fa0"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToBit" ref="492a1986ef66bcf78ae000eec1501fa0" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToBit           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00067">67</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c573efc647e5995e8f8ee1eae5045018"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToChar" ref="c573efc647e5995e8f8ee1eae5045018" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToChar           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00068">68</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="124f14352631198546fb4936704edafd"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToUnsignedChar" ref="124f14352631198546fb4936704edafd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToUnsignedChar           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00069">69</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a2043ed9e89f46e75a16ddd6fde89dd9"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToShort" ref="a2043ed9e89f46e75a16ddd6fde89dd9" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToShort           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00070">70</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="1f5028bda0a8a30c8847d3b897ebb8b1"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToUnsignedShort" ref="1f5028bda0a8a30c8847d3b897ebb8b1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToUnsignedShort           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00071">71</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="608e2204db3f61dff1bfe638dbd1b41a"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToInt" ref="608e2204db3f61dff1bfe638dbd1b41a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToInt           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00072">72</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="21a70a4f882fa2af880bccc611fe2c13"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToUnsignedInt" ref="21a70a4f882fa2af880bccc611fe2c13" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToUnsignedInt           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00073">73</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="64f47bce99800270fd4ad0e3105bf30d"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToLong" ref="64f47bce99800270fd4ad0e3105bf30d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToLong           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00074">74</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ba5b3ebc33251e279481aa60eea0912d"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToUnsignedLong" ref="ba5b3ebc33251e279481aa60eea0912d" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToUnsignedLong           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00075">75</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="a1608698ada05f0cc3e53ac249403f6f"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToFloat" ref="a1608698ada05f0cc3e53ac249403f6f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToFloat           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00076">76</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="aa3c9d083d5d9447192c9b4ad1b81875"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetDataTypeToDouble" ref="aa3c9d083d5d9447192c9b4ad1b81875" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::SetDataTypeToDouble           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
<p>Definition at line <a class="el" href="a04425.html#l00077">77</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c323edc2dc5b407afffd874c0f5f13d2"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetDataType" ref="c323edc2dc5b407afffd874c0f5f13d2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetDataType           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the type of array to create (all components of this array are of this type). This holds true for all arrays that are created. 
</div>
</div><p>
<a class="anchor" name="6591c78431718db41fa1a57a1a10a54a"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetNumberOfComponents" ref="6591c78431718db41fa1a57a1a10a54a" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetNumberOfComponents           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the number of components to generate. This value only applies to those attribute types that take a variable number of components. For example, a vector is only three components so the number of components is not applicable; whereas a scalar may support multiple, varying number of components. 
</div>
</div><p>
<a class="anchor" name="97800c7fa10a24d54db4c258b14b87c8"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetNumberOfComponents" ref="97800c7fa10a24d54db4c258b14b87c8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetNumberOfComponents           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the number of components to generate. This value only applies to those attribute types that take a variable number of components. For example, a vector is only three components so the number of components is not applicable; whereas a scalar may support multiple, varying number of components. 
</div>
</div><p>
<a class="anchor" name="b15292574393ccce95c8448fd4a3b640"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetMinimumComponentValue" ref="b15292574393ccce95c8448fd4a3b640" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetMinimumComponentValue           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the minimum component value. This applies to all data that is generated, although normals and tensors have internal constraints that must be observed. 
</div>
</div><p>
<a class="anchor" name="e86e91869c121b2f687f5e3f6c3cf4d4"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetMinimumComponentValue" ref="e86e91869c121b2f687f5e3f6c3cf4d4" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkRandomAttributeGenerator::GetMinimumComponentValue           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the minimum component value. This applies to all data that is generated, although normals and tensors have internal constraints that must be observed. 
</div>
</div><p>
<a class="anchor" name="9c8ed12f6b236cbc8c39d0fab5360f10"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetMaximumComponentValue" ref="9c8ed12f6b236cbc8c39d0fab5360f10" args="(double)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetMaximumComponentValue           </td>
          <td>(</td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the maximum component value. This applies to all data that is generated, although normals and tensors have internal constraints that must be observed. 
</div>
</div><p>
<a class="anchor" name="b0bde16b6b6f0656b78cb8d69729f5d2"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetMaximumComponentValue" ref="b0bde16b6b6f0656b78cb8d69729f5d2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual double vtkRandomAttributeGenerator::GetMaximumComponentValue           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Set the maximum component value. This applies to all data that is generated, although normals and tensors have internal constraints that must be observed. 
</div>
</div><p>
<a class="anchor" name="c3697a54c933f01c6062d5bc79f243ae"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetNumberOfTuples" ref="c3697a54c933f01c6062d5bc79f243ae" args="(vtkIdType)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetNumberOfTuples           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the number of tuples to generate. This value only applies when creating general field data. In all other cases (i.e., point data or cell data), the number of tuples is controlled by the number of points and cells, respectively. 
</div>
</div><p>
<a class="anchor" name="4cb9168d83af0ff67a9a968bcace2488"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetNumberOfTuples" ref="4cb9168d83af0ff67a9a968bcace2488" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual <a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> vtkRandomAttributeGenerator::GetNumberOfTuples           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Specify the number of tuples to generate. This value only applies when creating general field data. In all other cases (i.e., point data or cell data), the number of tuples is controlled by the number of points and cells, respectively. 
</div>
</div><p>
<a class="anchor" name="b7ea90a4525f7ab1e871ba584370aff8"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGeneratePointScalars" ref="b7ea90a4525f7ab1e871ba584370aff8" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGeneratePointScalars           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point scalars are to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="619f25dbac5a16dce6b76b33867e4053"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGeneratePointScalars" ref="619f25dbac5a16dce6b76b33867e4053" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGeneratePointScalars           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point scalars are to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="fc982fbd274271b3f5fb5be81592013f"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointScalarsOn" ref="fc982fbd274271b3f5fb5be81592013f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointScalarsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point scalars are to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="97804917ba6dda7416ec9039776265e8"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointScalarsOff" ref="97804917ba6dda7416ec9039776265e8" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointScalarsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point scalars are to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="f6fe395dfd094c0e3e26698e7641749b"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGeneratePointVectors" ref="f6fe395dfd094c0e3e26698e7641749b" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGeneratePointVectors           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point vectors are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="7ce417a0a4717f8c2a32587a332750e6"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGeneratePointVectors" ref="7ce417a0a4717f8c2a32587a332750e6" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGeneratePointVectors           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point vectors are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="ac66dbdb7c489826880c6295131d3d13"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointVectorsOn" ref="ac66dbdb7c489826880c6295131d3d13" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointVectorsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point vectors are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="467b6cbb4d7d8ef5f3fd97e90b7cd550"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointVectorsOff" ref="467b6cbb4d7d8ef5f3fd97e90b7cd550" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointVectorsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point vectors are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="3ff7efb29d763df22ba6e2fbdc667f5c"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGeneratePointNormals" ref="3ff7efb29d763df22ba6e2fbdc667f5c" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGeneratePointNormals           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point normals are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="eb8774fb0360a517d5b8d2a4bf4028ee"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGeneratePointNormals" ref="eb8774fb0360a517d5b8d2a4bf4028ee" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGeneratePointNormals           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point normals are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="34db904269b50587ea8851d052fb7a4b"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointNormalsOn" ref="34db904269b50587ea8851d052fb7a4b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointNormalsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point normals are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="58f6d88c0d10acd2a34208b45fe55592"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointNormalsOff" ref="58f6d88c0d10acd2a34208b45fe55592" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointNormalsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point normals are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="f0249e637a511e434f5ab0fb6dc253ef"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGeneratePointTensors" ref="f0249e637a511e434f5ab0fb6dc253ef" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGeneratePointTensors           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point tensors are to be generated. Note that the number of components is always equal to nine. 
</div>
</div><p>
<a class="anchor" name="b7a8cd6d671c50b248c81f294f2f25de"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGeneratePointTensors" ref="b7a8cd6d671c50b248c81f294f2f25de" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGeneratePointTensors           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point tensors are to be generated. Note that the number of components is always equal to nine. 
</div>
</div><p>
<a class="anchor" name="3205989eb806392f2136f78c4eee686e"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointTensorsOn" ref="3205989eb806392f2136f78c4eee686e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointTensorsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point tensors are to be generated. Note that the number of components is always equal to nine. 
</div>
</div><p>
<a class="anchor" name="e0fcbc0cc8cb0cf6b7680fba7ca8f141"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointTensorsOff" ref="e0fcbc0cc8cb0cf6b7680fba7ca8f141" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointTensorsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point tensors are to be generated. Note that the number of components is always equal to nine. 
</div>
</div><p>
<a class="anchor" name="4efae9e6cef7b1724677468140d6a480"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGeneratePointTCoords" ref="4efae9e6cef7b1724677468140d6a480" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGeneratePointTCoords           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point texture coordinates are to be generated. Note that the specified number of components is used to create the texture coordinates (but must range between one and three). 
</div>
</div><p>
<a class="anchor" name="9a551131335674b18f57d23dd6aaf29e"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGeneratePointTCoords" ref="9a551131335674b18f57d23dd6aaf29e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGeneratePointTCoords           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point texture coordinates are to be generated. Note that the specified number of components is used to create the texture coordinates (but must range between one and three). 
</div>
</div><p>
<a class="anchor" name="ea471e6a5909800010f06e85ba863e37"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointTCoordsOn" ref="ea471e6a5909800010f06e85ba863e37" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointTCoordsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point texture coordinates are to be generated. Note that the specified number of components is used to create the texture coordinates (but must range between one and three). 
</div>
</div><p>
<a class="anchor" name="81a28832920abda883e5ead56ceed1b1"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointTCoordsOff" ref="81a28832920abda883e5ead56ceed1b1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointTCoordsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that point texture coordinates are to be generated. Note that the specified number of components is used to create the texture coordinates (but must range between one and three). 
</div>
</div><p>
<a class="anchor" name="6e140da4b2041d13ebd13875696781b0"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGeneratePointArray" ref="6e140da4b2041d13ebd13875696781b0" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGeneratePointArray           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary point array is to be generated. Note that the specified number of components is used to create the array. 
</div>
</div><p>
<a class="anchor" name="4a65dd208b6bbdc99565212ffa1e1f79"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGeneratePointArray" ref="4a65dd208b6bbdc99565212ffa1e1f79" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGeneratePointArray           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary point array is to be generated. Note that the specified number of components is used to create the array. 
</div>
</div><p>
<a class="anchor" name="e529c97266291401b96da501376fe2e1"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointArrayOn" ref="e529c97266291401b96da501376fe2e1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointArrayOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary point array is to be generated. Note that the specified number of components is used to create the array. 
</div>
</div><p>
<a class="anchor" name="12f0e3143ed99eda2fe61381ee6905c1"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointArrayOff" ref="12f0e3143ed99eda2fe61381ee6905c1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GeneratePointArrayOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary point array is to be generated. Note that the specified number of components is used to create the array. 
</div>
</div><p>
<a class="anchor" name="f6e4f8038401d8a0da6eaae3a6bd89bd"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGenerateCellScalars" ref="f6e4f8038401d8a0da6eaae3a6bd89bd" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGenerateCellScalars           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell scalars are to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="7a29f1c7a053a49128e1b682674bf178"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGenerateCellScalars" ref="7a29f1c7a053a49128e1b682674bf178" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGenerateCellScalars           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell scalars are to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="e9fc32a61102284f80f8faac1949937b"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellScalarsOn" ref="e9fc32a61102284f80f8faac1949937b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellScalarsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell scalars are to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="e7a6fedbc39d0d39c5772f437e78d209"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellScalarsOff" ref="e7a6fedbc39d0d39c5772f437e78d209" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellScalarsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell scalars are to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="d9bbf260eaa60c2585503dc2b3ebaea0"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGenerateCellVectors" ref="d9bbf260eaa60c2585503dc2b3ebaea0" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGenerateCellVectors           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell vectors are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="c71505f3e689e1bd4b973cfba5c2cf06"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGenerateCellVectors" ref="c71505f3e689e1bd4b973cfba5c2cf06" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGenerateCellVectors           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell vectors are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="41a4604813dfb280aa37bdc6a2f1a677"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellVectorsOn" ref="41a4604813dfb280aa37bdc6a2f1a677" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellVectorsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell vectors are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="e50725d2635ac520e8d29737bf279b16"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellVectorsOff" ref="e50725d2635ac520e8d29737bf279b16" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellVectorsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell vectors are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="7bf29a69797823c248f01b22b1dd2b24"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGenerateCellNormals" ref="7bf29a69797823c248f01b22b1dd2b24" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGenerateCellNormals           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell normals are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="118ce5412729315ddfa2dd32128b928c"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGenerateCellNormals" ref="118ce5412729315ddfa2dd32128b928c" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGenerateCellNormals           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell normals are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="62585722ca50ef42679aa6c0490e494e"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellNormalsOn" ref="62585722ca50ef42679aa6c0490e494e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellNormalsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell normals are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="b1c481ea4dc57d2aeee9dfb558551ea5"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellNormalsOff" ref="b1c481ea4dc57d2aeee9dfb558551ea5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellNormalsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell normals are to be generated. Note that the number of components is always equal to three. 
</div>
</div><p>
<a class="anchor" name="0f62e209f2263554fb40169ac4944e90"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGenerateCellTensors" ref="0f62e209f2263554fb40169ac4944e90" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGenerateCellTensors           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell tensors are to be generated. Note that the number of components is always equal to nine. 
</div>
</div><p>
<a class="anchor" name="d7efedeceb35987c254b1ed5709fddd7"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGenerateCellTensors" ref="d7efedeceb35987c254b1ed5709fddd7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGenerateCellTensors           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell tensors are to be generated. Note that the number of components is always equal to nine. 
</div>
</div><p>
<a class="anchor" name="ea43f4b2a6789f6ce1c092f9ff96b81e"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellTensorsOn" ref="ea43f4b2a6789f6ce1c092f9ff96b81e" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellTensorsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell tensors are to be generated. Note that the number of components is always equal to nine. 
</div>
</div><p>
<a class="anchor" name="6e91906ca6e4541ad8276802c40a9327"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellTensorsOff" ref="6e91906ca6e4541ad8276802c40a9327" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellTensorsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell tensors are to be generated. Note that the number of components is always equal to nine. 
</div>
</div><p>
<a class="anchor" name="3216a122363009b5d33280046b580e23"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGenerateCellTCoords" ref="3216a122363009b5d33280046b580e23" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGenerateCellTCoords           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell texture coordinates are to be generated. Note that the specified number of components is used to create the texture coordinates (but must range between one and three). 
</div>
</div><p>
<a class="anchor" name="e620b3663b7b04dad067670495a70058"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGenerateCellTCoords" ref="e620b3663b7b04dad067670495a70058" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGenerateCellTCoords           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell texture coordinates are to be generated. Note that the specified number of components is used to create the texture coordinates (but must range between one and three). 
</div>
</div><p>
<a class="anchor" name="4224d1fa08d77404413a9dcba9dfbf1f"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellTCoordsOn" ref="4224d1fa08d77404413a9dcba9dfbf1f" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellTCoordsOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell texture coordinates are to be generated. Note that the specified number of components is used to create the texture coordinates (but must range between one and three). 
</div>
</div><p>
<a class="anchor" name="2c3250bca735c686b0eb59041b048ae5"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellTCoordsOff" ref="2c3250bca735c686b0eb59041b048ae5" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellTCoordsOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that cell texture coordinates are to be generated. Note that the specified number of components is used to create the texture coordinates (but must range between one and three). 
</div>
</div><p>
<a class="anchor" name="5f0413f1247ae149044f5a9ba40353a3"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGenerateCellArray" ref="5f0413f1247ae149044f5a9ba40353a3" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGenerateCellArray           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary cell array is to be generated. Note that the specified number of components is used to create the array. 
</div>
</div><p>
<a class="anchor" name="30b06ceac3639c3cb992d6ce7ea53936"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGenerateCellArray" ref="30b06ceac3639c3cb992d6ce7ea53936" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGenerateCellArray           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary cell array is to be generated. Note that the specified number of components is used to create the array. 
</div>
</div><p>
<a class="anchor" name="db33eaa70947a67aadd5cf6194581048"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellArrayOn" ref="db33eaa70947a67aadd5cf6194581048" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellArrayOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary cell array is to be generated. Note that the specified number of components is used to create the array. 
</div>
</div><p>
<a class="anchor" name="7d8bcca45d765a5a6d1f969c535b1274"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellArrayOff" ref="7d8bcca45d765a5a6d1f969c535b1274" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateCellArrayOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary cell array is to be generated. Note that the specified number of components is used to create the array. 
</div>
</div><p>
<a class="anchor" name="e96e7756245c4f1196cade2b4b41470e"></a><!-- doxytag: member="vtkRandomAttributeGenerator::SetGenerateFieldArray" ref="e96e7756245c4f1196cade2b4b41470e" args="(int)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::SetGenerateFieldArray           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary field data array is to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="983d9e8e06d0640a53447bd63c2f4f6b"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GetGenerateFieldArray" ref="983d9e8e06d0640a53447bd63c2f4f6b" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::GetGenerateFieldArray           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary field data array is to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="55722571398661d6332122f0e11cf3a7"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateFieldArrayOn" ref="55722571398661d6332122f0e11cf3a7" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateFieldArrayOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary field data array is to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="1305c7d6d33d8881250cce2b5022b3f2"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateFieldArrayOff" ref="1305c7d6d33d8881250cce2b5022b3f2" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual void vtkRandomAttributeGenerator::GenerateFieldArrayOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Indicate that an arbitrary field data array is to be generated. Note that the specified number of components is used to create the scalar. 
</div>
</div><p>
<a class="anchor" name="f118702238555260956d6672d450c7dd"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateAllPointDataOn" ref="f118702238555260956d6672d450c7dd" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::GenerateAllPointDataOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Convenience methods for generating data: all data, all point data, or all cell data. For example, if all data is enabled, then all point, cell and field data is generated. If all point data is enabled, then point scalars, vectors, normals, tensors, tcoords, and a data array are produced. 
<p>Definition at line <a class="el" href="a04425.html#l00228">228</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="23b86833b108f9f5c8f444e7279c0a97"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateAllPointDataOff" ref="23b86833b108f9f5c8f444e7279c0a97" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::GenerateAllPointDataOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Convenience methods for generating data: all data, all point data, or all cell data. For example, if all data is enabled, then all point, cell and field data is generated. If all point data is enabled, then point scalars, vectors, normals, tensors, tcoords, and a data array are produced. 
<p>Definition at line <a class="el" href="a04425.html#l00237">237</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2d98655f110e2f0fc3c786e6b86c3c30"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateAllCellDataOn" ref="2d98655f110e2f0fc3c786e6b86c3c30" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::GenerateAllCellDataOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Convenience methods for generating data: all data, all point data, or all cell data. For example, if all data is enabled, then all point, cell and field data is generated. If all point data is enabled, then point scalars, vectors, normals, tensors, tcoords, and a data array are produced. 
<p>Definition at line <a class="el" href="a04425.html#l00246">246</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="6c401707f63597f0bdd699dbe0ee132a"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateAllCellDataOff" ref="6c401707f63597f0bdd699dbe0ee132a" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::GenerateAllCellDataOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Convenience methods for generating data: all data, all point data, or all cell data. For example, if all data is enabled, then all point, cell and field data is generated. If all point data is enabled, then point scalars, vectors, normals, tensors, tcoords, and a data array are produced. 
<p>Definition at line <a class="el" href="a04425.html#l00255">255</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="68d65179110fdc9505e713e54702b6b1"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateAllDataOn" ref="68d65179110fdc9505e713e54702b6b1" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::GenerateAllDataOn           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Convenience methods for generating data: all data, all point data, or all cell data. For example, if all data is enabled, then all point, cell and field data is generated. If all point data is enabled, then point scalars, vectors, normals, tensors, tcoords, and a data array are produced. 
<p>Definition at line <a class="el" href="a04425.html#l00264">264</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="2b2f7424c89650017f4a9268aa3eb256"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateAllDataOff" ref="2b2f7424c89650017f4a9268aa3eb256" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void vtkRandomAttributeGenerator::GenerateAllDataOff           </td>
          <td>(</td>
          <td class="paramname">          </td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [inline]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
Convenience methods for generating data: all data, all point data, or all cell data. For example, if all data is enabled, then all point, cell and field data is generated. If all point data is enabled, then point scalars, vectors, normals, tensors, tcoords, and a data array are produced. 
<p>Definition at line <a class="el" href="a04425.html#l00270">270</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ff632573c447c4b8655e87830153e53a"></a><!-- doxytag: member="vtkRandomAttributeGenerator::RequestData" ref="ff632573c447c4b8655e87830153e53a" args="(vtkInformation *, vtkInformationVector **, vtkInformationVector *)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">virtual int vtkRandomAttributeGenerator::RequestData           </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="a00872.html">vtkInformation</a> *&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> **&nbsp;</td>
          <td class="paramname">, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a00895.html">vtkInformationVector</a> *&nbsp;</td>
          <td class="paramname"></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected, virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>
This is called within ProcessRequest when a request asks the algorithm to do its work. This is the method you should override to do whatever the algorithm is designed to do. This happens during the fourth pass in the pipeline execution process. 
<p>Reimplemented from <a class="el" href="a00375.html#49f7d102eea1f3c58aae7281a1b708cc">vtkDataSetAlgorithm</a>.</p>

</div>
</div><p>
<a class="anchor" name="c41e453ae556797617123393b4529304"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateData" ref="c41e453ae556797617123393b4529304" args="(int dataType, vtkIdType numTuples, int numComp, int minComp, int maxComp, double min, double max)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a00356.html">vtkDataArray</a>* vtkRandomAttributeGenerator::GenerateData           </td>
          <td>(</td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>dataType</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a>&nbsp;</td>
          <td class="paramname"> <em>numTuples</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>numComp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>minComp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">int&nbsp;</td>
          <td class="paramname"> <em>maxComp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>min</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">double&nbsp;</td>
          <td class="paramname"> <em>max</em></td><td>&nbsp;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td><td><code> [protected]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="de343767737b016c29812e8ed3eac446"></a><!-- doxytag: member="vtkRandomAttributeGenerator::DataType" ref="de343767737b016c29812e8ed3eac446" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#de343767737b016c29812e8ed3eac446">vtkRandomAttributeGenerator::DataType</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00284">284</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7f275294e3e67ae9a7b031086da6d6c3"></a><!-- doxytag: member="vtkRandomAttributeGenerator::NumberOfComponents" ref="7f275294e3e67ae9a7b031086da6d6c3" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#7f275294e3e67ae9a7b031086da6d6c3">vtkRandomAttributeGenerator::NumberOfComponents</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00285">285</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b3351816c678e9f8a0c01faea6105b85"></a><!-- doxytag: member="vtkRandomAttributeGenerator::NumberOfTuples" ref="b3351816c678e9f8a0c01faea6105b85" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="a02149.html#20bd6b6dedfe1bbb096c50354d52cc7e">vtkIdType</a> <a class="el" href="a01451.html#b3351816c678e9f8a0c01faea6105b85">vtkRandomAttributeGenerator::NumberOfTuples</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00286">286</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="3f7fba3768e2ce949c2f778aa96122d1"></a><!-- doxytag: member="vtkRandomAttributeGenerator::MinimumComponentValue" ref="3f7fba3768e2ce949c2f778aa96122d1" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01451.html#3f7fba3768e2ce949c2f778aa96122d1">vtkRandomAttributeGenerator::MinimumComponentValue</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00287">287</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="32bb5a377c615dc6803aa384e9516d49"></a><!-- doxytag: member="vtkRandomAttributeGenerator::MaximumComponentValue" ref="32bb5a377c615dc6803aa384e9516d49" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">double <a class="el" href="a01451.html#32bb5a377c615dc6803aa384e9516d49">vtkRandomAttributeGenerator::MaximumComponentValue</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00288">288</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="ec284a5da3348f388ed8ceea1c7d4fa1"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointScalars" ref="ec284a5da3348f388ed8ceea1c7d4fa1" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#ec284a5da3348f388ed8ceea1c7d4fa1">vtkRandomAttributeGenerator::GeneratePointScalars</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00290">290</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="6544fe4c69abdfbcc921177295cb89a0"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointVectors" ref="6544fe4c69abdfbcc921177295cb89a0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#6544fe4c69abdfbcc921177295cb89a0">vtkRandomAttributeGenerator::GeneratePointVectors</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00291">291</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="94bb4bb1bd198704d6c868a8c71f8e7b"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointNormals" ref="94bb4bb1bd198704d6c868a8c71f8e7b" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#94bb4bb1bd198704d6c868a8c71f8e7b">vtkRandomAttributeGenerator::GeneratePointNormals</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00292">292</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="cd83133b11430013a3ed3c71f67d28f0"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointTCoords" ref="cd83133b11430013a3ed3c71f67d28f0" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#cd83133b11430013a3ed3c71f67d28f0">vtkRandomAttributeGenerator::GeneratePointTCoords</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00293">293</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="c80fea88d8b353bcee64a6888a5cf78d"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointTensors" ref="c80fea88d8b353bcee64a6888a5cf78d" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#c80fea88d8b353bcee64a6888a5cf78d">vtkRandomAttributeGenerator::GeneratePointTensors</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00294">294</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="bee2e04d2af604b573fc7111c978adca"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GeneratePointArray" ref="bee2e04d2af604b573fc7111c978adca" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#bee2e04d2af604b573fc7111c978adca">vtkRandomAttributeGenerator::GeneratePointArray</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00295">295</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="0e983bf546aebe346f4412aac006c0f6"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellScalars" ref="0e983bf546aebe346f4412aac006c0f6" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#0e983bf546aebe346f4412aac006c0f6">vtkRandomAttributeGenerator::GenerateCellScalars</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00297">297</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="7344f2198112fa3201a551186e042693"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellVectors" ref="7344f2198112fa3201a551186e042693" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#7344f2198112fa3201a551186e042693">vtkRandomAttributeGenerator::GenerateCellVectors</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00298">298</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="eaf4fce57ca9c83998ef7f97b7e20d2c"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellNormals" ref="eaf4fce57ca9c83998ef7f97b7e20d2c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#eaf4fce57ca9c83998ef7f97b7e20d2c">vtkRandomAttributeGenerator::GenerateCellNormals</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00299">299</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="db37ad458680b97816cae2a5725792f7"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellTCoords" ref="db37ad458680b97816cae2a5725792f7" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#db37ad458680b97816cae2a5725792f7">vtkRandomAttributeGenerator::GenerateCellTCoords</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00300">300</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="64947c33b07c49014a5c37d23908504e"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellTensors" ref="64947c33b07c49014a5c37d23908504e" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#64947c33b07c49014a5c37d23908504e">vtkRandomAttributeGenerator::GenerateCellTensors</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00301">301</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b6cc0107bce1cc25321ccb3ed03b1391"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateCellArray" ref="b6cc0107bce1cc25321ccb3ed03b1391" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#b6cc0107bce1cc25321ccb3ed03b1391">vtkRandomAttributeGenerator::GenerateCellArray</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00302">302</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<a class="anchor" name="b408e2febd6a0b16e9c3cef051d215eb"></a><!-- doxytag: member="vtkRandomAttributeGenerator::GenerateFieldArray" ref="b408e2febd6a0b16e9c3cef051d215eb" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">int <a class="el" href="a01451.html#b408e2febd6a0b16e9c3cef051d215eb">vtkRandomAttributeGenerator::GenerateFieldArray</a><code> [protected]</code>          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

<p>Definition at line <a class="el" href="a04425.html#l00304">304</a> of file <a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a>.</p>

</div>
</div><p>
<hr>The documentation for this class was generated from the following file:<ul>
<li>dox/Graphics/<a class="el" href="a04425.html">vtkRandomAttributeGenerator.h</a></ul>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jun 3 19:30:18 2009 for VTK by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
</body>
</html>