<DIV>I have succeed in reading PLY file.But if I open a big ply file such as 2M size,it can't work and saying unable to allocate such elements of size.How to solve this problem?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks!</DIV>
<DIV>&nbsp;</DIV>
<DIV>I use the following code to read ply.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; vtkSmartPointer&lt;vtkPLYReader&gt; reader =<BR>&nbsp;&nbsp;&nbsp; vtkSmartPointer&lt;vtkPLYReader&gt;::New();<BR>&nbsp; reader-&gt;SetFileName ( inputFilename.c_str() );</DIV>