]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkConeSource.xml
.
[bbtk.git] / packages / vtk / src / bbvtkConeSource.xml
index 0faf6f2fd25687f20f1f773e2b4a563fabe1f52b..4573f78ba4466c64957f3739a948d482198039bf 100644 (file)
 
 <process>
 <PRE>
-SetCenter(bbGetInputCenterX(), 
+mVtkObject->SetCenter(bbGetInputCenterX(), 
           bbGetInputCenterY(), 
           bbGetInputCenterZ());
 
-SetDirection(bbGetInputDirectionX(), 
+mVtkObject->SetDirection(bbGetInputDirectionX(), 
           bbGetInputDirectionY(),
           bbGetInputDirectionZ());
                     
-SetResolution(bbGetInputResolution());
-SetRadius((double)bbGetInputRadius());
-Update();
+mVtkObject->SetResolution(bbGetInputResolution());
+mVtkObject->SetRadius((double)bbGetInputRadius());
+mVtkObject->Update();
 </PRE>
 </process>