Hi everyone.
I am trying to write a new reader plugin for Paraview. However, I get the
following error when I try to use it:

ERROR: In
/usr/scratch/bshe/Paraview/ParaView-3.4.0/Servers/Common/vtkProcessModule.cxx,
line 1079
vtkProcessModule (0x8c24658): Cannot create object of type "vtkMyReader".
while processing
Message 0 = New
  Argument 0 = string_value {vtkMyReader}
  Argument 1 = id_value {84}



ERROR: In
/usr/scratch/bshe/Paraview/ParaView-3.4.0/Servers/Common/vtkProcessModule.cxx,
line 1080
vtkProcessModule (0x8c24658): Aborting execution for debugging purposes.

It seems to be a vtkMyReader construction problem. (Please correct me if
not)
My vtkMyReader is derived from vtkImageReader2, and it has a public static
method for construction in .h file - static vtkDICOMImageReaderCopy *New().
I am wondering if I have to write some code for this method in the
vtkMyReader implementation (.cxx file) to fix the error?

Thanks

Biao
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to