]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuDrawAxisTree3D.cxx
#3485 ShowNPionts for Multiple Groups
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuDrawAxisTree3D.cxx
index bae9e276b0ae2e7c62b32cad69896d698d83da76..02d0f4ad490f415f8720ec536c60e384d478ced8 100644 (file)
@@ -73,14 +73,14 @@ void DrawAxisTree3D::DrawOneAxis(int iGeneral,int numPoints, int iAxis)
        int lstpointsXsize =bbGetInputlstPointX().size();
        if( lstpointsXsize>0 )
        {
-               vtkPoints       *allPoints              = vtkPoints::New( );
-               vtkPolyLine *polyline           = vtkPolyLine::New();
-               vtkCellArrayallTopology       = vtkCellArray::New( );
+               vtkPoints        *allPoints             = vtkPoints::New( );
+               vtkPolyLine  *polyline          = vtkPolyLine::New();
+               vtkCellArray *allTopology       = vtkCellArray::New( );
 //             allTopology->InsertNextCell( numPoints );
                size=iGeneral+numPoints;
-        std::vector<double> lstX =bbGetInputlstPointX();
-        std::vector<double> lstY =bbGetInputlstPointY();
-        std::vector<double> lstZ =bbGetInputlstPointZ();
+        std::vector<double> lstX    = bbGetInputlstPointX();
+        std::vector<double> lstY    = bbGetInputlstPointY();
+        std::vector<double> lstZ    = bbGetInputlstPointZ();
                for (i=iGeneral;i<size;i++)
                {
                        //multiplicar ver parametros spacing, en maracas cuando se toca la imagen y se ve dycom