[vtkusers] Saving Polydata
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Wed Apr 24 23:11:18 EDT 2002
>>>>> "MG" == Michael Györffy <4mg19 at qlink.queensu.ca> writes:
MG> Thank you Rasmus: I have tried your suggestion and it still
MG> doesn't work.
[snip]
MG> This loop runs for a desired number for ellipsoids and
MG> rendering it looks great!
MG> I then wish to limit the range of the data set with:
MG> vtkClipPolyData *clipper=vtkClipPolyData::New();
clipper-> SetInput[appendSpheres->GetOutput()];
Duh! make that clipper->SetInput(appendSpheres->GetOutput());
In c++ different brackets mean different things. ;)
prabhu
More information about the vtkusers
mailing list