<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hello,<br>
<br>
I have been trying to search a way to instantiate an array of class in python. I was able to find the way to do it in c++, but couldn't find its equivalent in python. I would appreciate if someone may help me in finding the python equivalent of following class
 array definition in c++:<br>
<br>
vtkImageMapper *imap[nTiles*nTiles]<br>
<br>
I want to use the array of image mapper class to display a grid of 2D bmp slices where the grid dimension is equal to nTiles*nTiles.<br>
<br>
Thanks,<br>
<br>
Omer<br>
<br>
</p>
</div>
</body>
</html>