[vtkusers] Weird compile error

Florian Drescher fdrescher at gmail.com
Thu Dec 1 20:33:58 EST 2005


On 12/2/05, Michael Scott <mas88 at et.byu.edu> wrote:
> Anybody know why this line of code:
>
> vtkDataSetToPolyDataFilter* filter = vtkDataSetToPolyDataFilter::New();
>
> Gives this error:

You can not instantiate that class because it is an abstract one.
Use one of it's subclasses instead.
You'll find more info at
http://www.vtk.org/doc/release/4.2/html/classvtkDataSetToPolyDataFilter.html

Bye

FD



More information about the vtkusers mailing list