X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fvtk%2Fsrc%2FbbvtkConeSource.xml;h=4573f78ba4466c64957f3739a948d482198039bf;hb=a3d418ccb857ef25119b90d57d88543ae744d9f4;hp=a544b246b1caa03e2583d8c9a7567bfc036d77cd;hpb=f303df63e2a2e33d698c974858f288058d980ae4;p=bbtk.git diff --git a/packages/vtk/src/bbvtkConeSource.xml b/packages/vtk/src/bbvtkConeSource.xml index a544b24..4573f78 100644 --- a/packages/vtk/src/bbvtkConeSource.xml +++ b/packages/vtk/src/bbvtkConeSource.xml @@ -1,87 +1,38 @@ - + jpr at creatis.insa-lyon.fr
Creates a Cone (bbfication of vtkConeSource)
mesh - vtkConeSource.h vtkConeSource - -Output Cone - - - -Cone Radius - - - -Cone Resolution - - - -Center X coord - - - -Center Y coord - - - -Center Z coord - - - - X Direction - - - - Y Direction - - - - Z Direction - - + + + + + + + + +
-SetCenter(bbGetInputCenterX(), 
+mVtkObject->SetCenter(bbGetInputCenterX(), 
           bbGetInputCenterY(), 
           bbGetInputCenterZ());
 
-SetDirection(bbGetInputDirectionX(), 
-          bbGetInputDirectionY(), 
+mVtkObject->SetDirection(bbGetInputDirectionX(), 
+          bbGetInputDirectionY(),
           bbGetInputDirectionZ());
                     
-SetResolution(bbGetInputResolution());
-SetRadius((double)bbGetInputRadius());
-Update();
+mVtkObject->SetResolution(bbGetInputResolution());
+mVtkObject->SetRadius((double)bbGetInputRadius());
+mVtkObject->Update();