<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<STYLE>
BLOCKQUOTE {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 2em
}
OL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
UL {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
BODY {
        LINE-HEIGHT: 1.5; FONT-FAMILY: Î¢ÈíÑźÚ; COLOR: #000000; FONT-SIZE: 10.5pt
}
</STYLE>

<META name=GENERATOR content="MSHTML 9.00.8112.16450"></HEAD>
<BODY style="MARGIN: 10px">
<DIV><SPAN>Hi,</SPAN></DIV>
<DIV><SPAN>how&nbsp;to&nbsp;know&nbsp;the&nbsp;member&nbsp;variable&nbsp;and&nbsp;function&nbsp;of&nbsp;a&nbsp;certain&nbsp;class&nbsp;member&nbsp;variable?&nbsp; 
</SPAN></DIV>
<DIV><SPAN>For example:&nbsp; we can see the following codes in a 
program.</SPAN></DIV>
<DIV><SPAN>&nbsp;
<DIV>itk::Image&lt;DCMPixelType,&nbsp;3&gt;::RegionType::IndexType&nbsp;InputT;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;InputStart[0]&nbsp;=&nbsp;0;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;InputStart[1]&nbsp;=&nbsp;0;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;InputStart[2]&nbsp;=&nbsp;0;</DIV>
<DIV>InputRegion.SetSize(...&nbsp;);</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;But when I go to http://www.itk.org/Doxygen/html/index.html or Itk 
wiki. I can not find the member function define for "itk::Image&lt;DCMPixelType, 
3&gt;::RegionType::IndexType", that is to say, I can not find the description 
about 
<DIV>"InputRegion.SetSize(... )". Then how can I find the member function 
define?</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>dps</DIV></DIV></SPAN></DIV></BODY></HTML>