[Paraview] C++ Reader execution

2009-02-05 Thread Juan Fernando Duque Lombana
Good day, I'm a newbie in this big paraview world and I would like to know if there's a way to do the following: I'm trying to load a VRML 2.0 file using the following command: myVRML=builder-createReader(QString(sources), QString(vrmlreader),QStringList(temp), s); Where temp contains the

Re: [Paraview] C++ Reader execution

2009-02-05 Thread Moreland, Kenneth
I don't know the answer to this question, but you may want to look at the code for the pqObjectInspectorWidget::accept() method. This is the method that gets called when you hit the Apply button. -Ken On 2/5/09 2:49 PM, Juan Fernando Duque Lombana jduqu...@eafit.edu.co wrote: Good day, I'm