[vtkusers] Question about model bounds

Nikita Kojekine AKA Kitya Karlson karlson at stu.mech.titech.ac.jp
Sun Jan 21 05:35:55 EST 2001


Hello!
I use such code (i get it from examples) to create the surface
of my implicit function:

vtkSampleFunction *spline = vtkSampleFunction::New();
    spline->SetImplicitFunction(func);
 spline->SetModelBounds(-1,1.5,-1.25,1.25,-1.25,1.25);
 spline->SetSampleDimensions(25,25,25);
    spline->ComputeNormalsOff();

Could you explain me the meaning of each parameter of SetModelBounds()
and SetSampleDimensions()
I cannot found it in the Book :(
-------------- next part --------------
A non-text attachment was scrubbed...
Name: karlson.vcf
Type: text/x-vcard
Size: 228 bytes
Desc: Card for Nikita Kojekine AKA Kitya Karlson
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20010121/836abd4a/attachment.vcf>


More information about the vtkusers mailing list