auto reader = vtkSmartPointer<vtkSTLReader>::New();
reader->SetFileName(fileName);
However for the life of me I’m unable to find the definition of vtkSTLREader::SetFileName(), vtkAbstractPolyDataReader::SetFileName() or in any of its parent classes. I’ve looked in the online documentation as well as the source .h files.
Can anyone help?
Thanks!