[Paraview] Problems with the vtkWrapClientServer
Utkarsh Ayachit
utkarsh.ayachit at kitware.com
Mon Jul 21 09:20:54 EDT 2008
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