]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkPolyDataToActor.h
2117 BBTK Bug In Progress Normal - Conflict between SurfaceTexture box and PolyDataTo...
[bbtk.git] / packages / vtk / src / bbvtkPolyDataToActor.h
index 035dc643e1016693ec570e7661aee4c3ca5d98d6..8705f83906abff678c39337053bad68cc8172d17 100644 (file)
@@ -84,8 +84,9 @@ namespace bbvtk
     BBTK_DECLARE_INPUT(Colour,std::vector<double>);
     BBTK_DECLARE_INPUT(Renderer,vtkRenderer *);
     BBTK_DECLARE_INPUT(Transform, vtkLinearTransform *);
-       BBTK_DECLARE_INPUT(Representation, int);
-       BBTK_DECLARE_INPUT(LineWidth, double);
+    BBTK_DECLARE_INPUT(Representation, int);
+    BBTK_DECLARE_INPUT(LineWidth, double);
+    BBTK_DECLARE_INPUT(ScalarVisibility, bool);
     BBTK_DECLARE_OUTPUT(Out,vtkProp3D *);
     
     BBTK_PROCESS(DoProcess);
@@ -108,6 +109,7 @@ namespace bbvtk
   BBTK_INPUT(PolyDataToActor,Transform,"Linear Transform (4x4 homogeneous)",vtkLinearTransform*,"");
   BBTK_INPUT(PolyDataToActor,Representation,"0 points,1 wireframe, 2(default) surface",int,"");
   BBTK_INPUT(PolyDataToActor,LineWidth,"Width of the wireframe (1 default)",double,"");
+  BBTK_INPUT(PolyDataToActor,ScalarVisibility,"Scalar Visibility (false default)",bool,"");
   BBTK_OUTPUT(PolyDataToActor,Out,"Extracted iso-surface",vtkProp3D *,"");
   
   BBTK_END_DESCRIBE_BLACK_BOX(PolyDataToActor);