From da2938cfe3f8689c003f3069670f551dd534f8ba Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Mon, 9 Jan 2012 18:44:49 +0000 Subject: [PATCH] *** empty log message *** --- packages/vtk/src/bbvtkPolyDataToActor.cxx | 2 +- packages/vtk/src/bbvtkPolyDataToActor.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/vtk/src/bbvtkPolyDataToActor.cxx b/packages/vtk/src/bbvtkPolyDataToActor.cxx index 22ebe03..5462494 100644 --- a/packages/vtk/src/bbvtkPolyDataToActor.cxx +++ b/packages/vtk/src/bbvtkPolyDataToActor.cxx @@ -104,7 +104,7 @@ namespace bbvtk polydatamapper->SetInput( bbGetInputIn() ); vtkactor->GetProperty()->SetRepresentation( bbGetInputRepresentation() ); - vtkactor->GetProperty()->SetLineWidth( bbGetInputLineWitdth() ); + vtkactor->GetProperty()->SetLineWidth( bbGetInputLineWidth() ); vtkactor->GetProperty()->SetColor( bbGetInputColour()[0], bbGetInputColour()[1], diff --git a/packages/vtk/src/bbvtkPolyDataToActor.h b/packages/vtk/src/bbvtkPolyDataToActor.h index c5f8051..c1f0fbe 100644 --- a/packages/vtk/src/bbvtkPolyDataToActor.h +++ b/packages/vtk/src/bbvtkPolyDataToActor.h @@ -80,7 +80,7 @@ namespace bbvtk BBTK_DECLARE_INPUT(Renderer,vtkRenderer *); BBTK_DECLARE_INPUT(Transform, vtkLinearTransform *); BBTK_DECLARE_INPUT(Representation, int); - BBTK_DECLARE_INPUT(LineWitdth, double); + BBTK_DECLARE_INPUT(LineWidth, double); BBTK_DECLARE_OUTPUT(Out,vtkProp3D *); BBTK_PROCESS(DoProcess); @@ -102,7 +102,7 @@ namespace bbvtk BBTK_INPUT(PolyDataToActor,Renderer,"3D scene in which to insert the surface",vtkRenderer*,""); BBTK_INPUT(PolyDataToActor,Transform,"Linear Transform (4x4 homogeneous)",vtkLinearTransform*,""); BBTK_INPUT(PolyDataToActor,Representation,"0 points, 1(default) surface, 2 wireframe",int,""); - BBTK_INPUT(PolyDataToActor,LineWitdth,"Width of the wireframe (1 default)",double,""); + BBTK_INPUT(PolyDataToActor,LineWidth,"Width of the wireframe (1 default)",double,""); BBTK_OUTPUT(PolyDataToActor,Out,"Extracted iso-surface",vtkProp3D *,""); BBTK_END_DESCRIBE_BLACK_BOX(PolyDataToActor); -- 2.45.1