ITK
4.8.0
Insight Segmentation and Registration Toolkit
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
SphinxExamples/src/Core/Common/CreateAFixedArray/Code.cxx
#include "
itkFixedArray.h
"
int
main(
int
,
char
*[])
{
itk::FixedArray<double, 2>
array;
array[0] = 0;
array[1] = 1;
std::cout << array << std::endl;
return
EXIT_SUCCESS;
}
Generated on Fri Jul 3 2015 02:47:22 for ITK by
1.8.5