[vtkusers] About reading PLY

hbfyf hbfyf at qq.com
Tue Apr 5 05:38:06 EDT 2011


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?
  
 Thanks!
  
 I use the following code to read ply.
  
   vtkSmartPointer<vtkPLYReader> reader =
    vtkSmartPointer<vtkPLYReader>::New();
  reader->SetFileName ( inputFilename.c_str() );
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110405/eb818e62/attachment.htm>


More information about the vtkusers mailing list