<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> </DIV>
<DIV>Thanks!</DIV>
<DIV> </DIV>
<DIV>I use the following code to read ply.</DIV>
<DIV> </DIV>
<DIV> vtkSmartPointer<vtkPLYReader> reader =<BR> vtkSmartPointer<vtkPLYReader>::New();<BR> reader->SetFileName ( inputFilename.c_str() );</DIV>