[vtkusers] Voxel help
Arun Puri
arunpuri at flashmail.com
Tue Dec 19 11:22:43 EST 2000
Hi
I am getting the following errors while using
vtkVoxelContoursToSurfaceFilter.Any idea what can be the reason???
/*************************
Line 18: vtkVoxelContoursToSurfaceFilter *f;
Line 24: f = vtkVoxelContoursToSurfaceFilter::New();
/*************************
Errors
/*************************
F:\FYP\Sphere.cxx(18) : error C2065: 'vtkVoxelContoursToSurfaceFilter' :
undeclared identifier
F:\FYP\Sphere.cxx(18) : error C2065: 'f' : undeclared identifier
F:\FYP\Sphere.cxx(18) : warning C4552: '*' : operator has no effect;
expected operator with side-effect
F:\FYP\Sphere.cxx(24) : error C2653: 'vtkVoxelContoursToSurfaceFilter' : is
not a class or namespace name
F:\FYP\Sphere.cxx(24) : error C2065: 'New' : undeclared identifier
/*************************
I am using Visual Studio SP4
Arun
More information about the vtkusers
mailing list