<!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 to know the member variable and function of a certain class member variable?
</SPAN></DIV>
<DIV><SPAN>For example: we can see the following codes in a
program.</SPAN></DIV>
<DIV><SPAN>
<DIV>itk::Image<DCMPixelType, 3>::RegionType::IndexType InputT;</DIV>
<DIV> InputStart[0] = 0;</DIV>
<DIV> InputStart[1] = 0;</DIV>
<DIV> InputStart[2] = 0;</DIV>
<DIV>InputRegion.SetSize(... );</DIV>
<DIV> </DIV>
<DIV> 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<DCMPixelType,
3>::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> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>dps</DIV></DIV></SPAN></DIV></BODY></HTML>