]> Creatis software - bbtk.git/blobdiff - packages/vtk/src/bbvtkPolyDataToActor.h
Fix comments / fix mistyping
[bbtk.git] / packages / vtk / src / bbvtkPolyDataToActor.h
index dd23a693d7e7f32ce4a6b330a315cfd568ab11d5..47789ff67ac845fa6a443c66e24b9d837ec8b9ee 100644 (file)
@@ -78,7 +78,7 @@ namespace bbvtk
     BBTK_DECLARE_INPUT(Opacity,double);
     BBTK_DECLARE_INPUT(Colour,std::vector<double>);
     BBTK_DECLARE_INPUT(Renderer,vtkRenderer *);
-       BBTK_DECLARE_INPUT(Transform, vtkLinearTransform *);
+    BBTK_DECLARE_INPUT(Transform, vtkLinearTransform *);
     BBTK_DECLARE_OUTPUT(Out,vtkProp3D *);
     
     BBTK_PROCESS(DoProcess);