[Paraview] Problems with the vtkWrapClientServer

Enkelejda Tafaj lejda at gmx.de
Mon Jul 21 09:34:22 EDT 2008


Thank you, that solved the problem.

Enkelejda


Utkarsh Ayachit wrote:
> Try excluding the offending declaration as follows:
> 
> class MyClass: ...
> {
> 
> //BTX
>   void OffendingMethod();
> //ETX
> 
> };
> 
> Utkarsh
> 
> Enkelejda Tafaj wrote:
>> Hi,
>>
>> I have problems when compiling own vtk classes as Paraview Plugins if
>> they use stl containers e.g. vector in the header file.
>>
>> The compilation fails during
>>
>> Generating vtkMyClassClientServer.cxx
>>
>> returning syntax error
>> ------------------------
>>
>> *** SYNTAX ERROR found in parsing the header file vtkMyClass.h before
>> line xx
>>
>> Is it possible to resolve this without changing the class design?
>>
>> Thank you,
>> Enkelejda
>>
>>
>>
>>
>>
>> _______________________________________________
>> ParaView mailing list
>> ParaView at paraview.org
>> http://www.paraview.org/mailman/listinfo/paraview
>>
> 



More information about the ParaView mailing list