]> Creatis software - creaMaracasVisu.git/commitdiff
Avoid warning : "No newline at end of file"
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 16 Oct 2009 15:17:54 +0000 (15:17 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Fri, 16 Oct 2009 15:17:54 +0000 (15:17 +0000)
15 files changed:
bbtk/src/bbcreaMaracasVisuVolumeRendering.cxx
lib/maracasVisuLib/src/CutModule/kernel/CutModelData.cxx
lib/maracasVisuLib/src/CutModule/kernel/CutModelFigureCube.cxx
lib/maracasVisuLib/src/CutModule/kernel/CutModelFigureSphere.cxx
lib/maracasVisuLib/src/CutModule/kernel/CutModelSaveBinInfo.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/figureCuttingModel.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramDialogComboBox.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkClipping3DDataViewer.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkMPR3DDataViewer.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasRenderTabbedPanel.cpp
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSuperpositionPanel.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracasSurfaceRendering.cxx
lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMaracas_ViewerWidget.cxx
lib/maracasVisuLib/src/kernel/PlaneDirectionManager.cxx
lib/maracasVisuLib/src/kernel/PlanesOperations.cxx

index 8d9d63fce664e53d1c9ca1511afc03c61b6fcb8c..ea08e9b3869e76adfcb8831269ef6cbe41b293b6 100644 (file)
@@ -22,7 +22,7 @@ void VolumeRendering::Process()
 //      (the one provided in the attribute 'name' of the tag 'input') 
 //    * TYPE is the C++ type of the input/output 
 //      (the one provided in the attribute 'type' of the tag 'input') 
-    wxMaracasMultipleVolumeRendererView* volview = (wxMaracasMultipleVolumeRendererView*)bbGetOutputWidget();
+       wxMaracasMultipleVolumeRendererView* volview = (wxMaracasMultipleVolumeRendererView*)bbGetOutputWidget();
        vtkImageData* _img1 = bbGetInputIn1();
        vtkImageData* _img2 = bbGetInputIn2();
        vtkImageData* _img3 = bbGetInputIn3();
@@ -60,7 +60,7 @@ void VolumeRendering::bbUserSetDefaultValues()
  
 //  SET HERE THE DEFAULT INPUT/OUTPUT VALUES OF YOUR BOX  
 //  Here we initialize the input 'In' to 0 
-       bbSetInputIn1(0); 
+    bbSetInputIn1(0); 
     bbSetInputIn2(0); 
     bbSetInputIn3(0); 
     bbSetInputIn4(0); 
@@ -81,4 +81,5 @@ void VolumeRendering::bbUserFinalizeProcessing()
   
 }
 }
-// EO namespace bbcreaMaracasVisu
\ No newline at end of file
+// EO namespace bbcreaMaracasVisu
+
index ef0806c93a90c03d3069a3cbebc776cc05a43a7c..ca9825a431905762d432751372a247d0b7646da8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: CutModelData.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/09/08 08:14:27 $
-  Version:   $Revision: 1.3 $
+  Date:      $Date: 2009/10/16 15:17:56 $
+  Version:   $Revision: 1.4 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -384,4 +384,5 @@ vtkTransform* CutModelData::getModelTransformInvers(){
 
 vtkPolyData* CutModelData::getPolyData()throw( CutModelException){
        return _Mapper->GetInput();
-}
\ No newline at end of file
+}
+
index a5c76597137588960459c3fd3a46bda87f1784ba..48b10a87b5669b809fe9604050452c472f7a0164 100644 (file)
@@ -7,7 +7,7 @@
 CutModelFigureCube::CutModelFigureCube()
 : CutModelFigure()
 {
-       _vtkcube                = vtkCubeSource::New();
+       _vtkcube = vtkCubeSource::New();
        _vtkcube->SetXLength (1);
        _vtkcube->SetYLength (1);
        _vtkcube->SetZLength (1);
@@ -45,6 +45,8 @@ char *CutModelFigureCube::GetName() // virtual
 {
        return "Cube";
 }
+
 vtkPolyData* CutModelFigureCube::getPolyData(){
     return _vtkcube->GetOutput();
-}
\ No newline at end of file
+}
+
index 127b8cad580bcc06eafe81a1f652f1d8b7438e55..a0e1ee58f7381129af7deb2b4b67b1438db44c09 100644 (file)
@@ -42,6 +42,8 @@ char *CutModelFigureSphere::GetName() // virtual
 {
        return "Sphere";
 }
+
 vtkPolyData* CutModelFigureSphere::getPolyData(){
        return _vtksphere->GetOutput();
-}
\ No newline at end of file
+}
+
index 75cc79986f95b5f502f8fbc1cb516e3c83a4c1ad..51a514b6a8c39dea122ded92c7ad6dfe038cd2bf 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: CutModelSaveBinInfo.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/09/08 08:14:27 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2009/10/16 15:17:56 $
+  Version:   $Revision: 1.2 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -108,4 +108,5 @@ vtkTransform* CutModelSaveBinInfo::getTransformFromMatrixFile()throw( CutModelEx
        transform->SetMatrix(matrix);
 
        return transform;
-}
\ No newline at end of file
+}
+
index 1640461f6de7669348f821a90dbfbda7c29a77ac..0d3caa7a9693e176af65a352ffb365c35c294d63 100644 (file)
@@ -149,4 +149,5 @@ void figureCuttingModel::SetSpacing(double spcX,double spcY, double spcZ)
        _spcX = spcX;
        _spcY = spcY;
        _spcZ = spcZ;
-}
\ No newline at end of file
+}
+
index 47316c640ec28ab4ec312ede5efc0a806665b794..99b43ec3266524e7916842067fa185b703b8144c 100644 (file)
@@ -74,7 +74,6 @@ wxSizer* HistogramDialogComboBox::getSlidersWlCo(){
        Connect(_sliderwindowlevel->GetId(), wxEVT_SCROLL_THUMBTRACK, (wxObjectEventFunction)&HistogramDialogComboBox::OnWindowLevelChanged);
 
        return sizersliders;
-
 }
 
 double HistogramDialogComboBox::GetWindowLevel(){
@@ -111,6 +110,7 @@ void HistogramDialogComboBox::setImageData(vtkImageData* img){
        setSlidersValue();
 
 }
+
 void HistogramDialogComboBox::setSlidersValue(){
        if(_img!=NULL){
                if(_slidercolor!=NULL){
@@ -130,7 +130,7 @@ void HistogramDialogComboBox::OnEditBitmapCombo(wxCommandEvent& event){
 
                bool createaddandremovecontrols = true;
                HistogramDialog* dialog = new HistogramDialog(this,_T("Color Configuration"),createaddandremovecontrols);
-        dialog->initializeHistogram(_img);             
+               dialog->initializeHistogram(_img);              
                dialog->setInfoPanExtraControls(_bitmapsitems);
 
                if(dialog->ShowModal()==wxID_OK){
@@ -161,6 +161,7 @@ void HistogramDialogComboBox::OnEditBitmapCombo(wxCommandEvent& event){
                dialog->Destroy();
        }
 }
+
 void HistogramDialogComboBox::saveCurrentConfiguration(std::vector<HistogramDialogComboBoxItem*>& itembitmaps,std::string filename){
 
        std::ofstream file;     
index 2af7d109699a9b18f7d2b39866cccbba498c108a..9eb6ba507ac463c59d0609a2bae61c06c317e69c 100644 (file)
@@ -17,29 +17,29 @@ vtkClipping3DDataViewer::~vtkClipping3DDataViewer()
 {
        int i;
        for (i=0; i< VTKMPRDATA_MAXTISSUE ; i++){
-               _mCubes[i]                              ->Delete();
-               _tissueStripper[i]              ->Delete();
-               _tissueMapper[i]                ->Delete();
-               _tissuePlanes[i]                ->Delete();
-               _tissueClipper[i]               ->Delete();
+               _mCubes[i]->Delete();
+               _tissueStripper[i]->Delete();
+               _tissueMapper[i]->Delete();
+               _tissuePlanes[i]->Delete();
+               _tissueClipper[i]->Delete();
        }
-       _outlineData            ->Delete();
-       _mapOutline                     ->Delete();
-       _outline                        ->Delete();
+       _outlineData->Delete();
+       _mapOutline->Delete();
+       _outline->Delete();
        // Volume
-       _tfun                           ->Delete();
-       _ctfun                          ->Delete();
-       _compositeFunction      ->Delete();
-       _volumeMapper           ->Delete();
-       _volumeProperty         ->Delete();
-       _newvol                         ->Delete();
-       _volumePlanes           ->Delete();
+       _tfun->Delete();
+       _ctfun->Delete();
+       _compositeFunction->Delete();
+       _volumeMapper->Delete();
+       _volumeProperty->Delete();
+       _newvol->Delete();
+       _volumePlanes->Delete();
 
        for (i=0; i< VTKMPRDATA_MAXTISSUE ; i++){
-               _tissue[i]              -> Delete();
-               _observerS[i]   -> Delete();
+               _tissue[i]-> Delete();
+               _observerS[i]-> Delete();
        }
-       _observerV              -> Delete();
+       _observerV-> Delete();
 }
 //-------------------------------------------------------------------
 vtkActor* vtkClipping3DDataViewer::GetOutlineActor()
@@ -238,8 +238,8 @@ void vtkClipping3DDataViewer::Configure_Volume()
        adding the poinst of the transference function
        */
        //X
-       greyValuesTransferenceFVector.push_back(max * 0/2);
-       greyValuesTransferenceFVector.push_back(max * 1/2);
+       greyValuesTransferenceFVector.push_back(max * 0/2);  // JPR ?? 0/2
+       greyValuesTransferenceFVector.push_back(max * 1/2);  // JPR ?? division entiere?
        greyValuesTransferenceFVector.push_back(max * 2/2);
        //Y
        intensityValuesTransferenceFVector.push_back(0.0);
@@ -626,4 +626,4 @@ void vtkClipping3DDataViewer::setColorTransferFunction(vtkColorTransferFunction*
        
        _volumeProperty->SetColor(colortable);
        
-}
\ No newline at end of file
+}
index 9e0daaf7f8a3b0bbbdab9af5649ff8279eff4003..8c369ffc6a05c636920e149108988607deb0cd9b 100644 (file)
@@ -24,20 +24,20 @@ vtkMPR3DDataViewer::vtkMPR3DDataViewer()
 //-------------------------------------------------------------------
 vtkMPR3DDataViewer::~vtkMPR3DDataViewer()
 {
-       _outlineData            -> Delete();
-       _mapOutline                     -> Delete();
-       _outline                        -> Delete();
-
-//     if (_bwLut)                             _bwLut                          -> Delete();
-//     if (_hueLut)                    _hueLut                         -> Delete();
-//     if (_satLut)                    _satLut                         -> Delete();
-       if (_ctfun)                             _ctfun                          -> Delete();
-       if (_saggitalColors)    _saggitalColors         -> Delete();
-       if (_saggital)                  _saggital                       -> Delete();
-       if (_axialColors)               _axialColors            -> Delete();
-       if (_axial)                             _axial                          -> Delete();
-       if (_coronalColors)             _coronalColors          -> Delete();
-       if (_coronal)                   _coronal                        -> Delete();
+       _outlineData-> Delete();
+       _mapOutline-> Delete();
+       _outline-> Delete();
+
+//     if (_bwLut)             _bwLut->Delete();
+//     if (_hueLut)            _hueLut->Delete();
+//     if (_satLut)            _satLut->Delete();
+       if (_ctfun)             _ctfun->Delete();
+       if (_saggitalColors)    _saggitalColors ->Delete();
+       if (_saggital)          _saggital->Delete();
+       if (_axialColors)       _axialColors->Delete();
+       if (_axial)             _axial->Delete();
+       if (_coronalColors)     _coronalColors->Delete();
+       if (_coronal)           _coronal->Delete();
 
 }
 //-------------------------------------------------------------------
@@ -338,4 +338,4 @@ void vtkMPR3DDataViewer::setColorTransferFunction(vtkColorTransferFunction* colo
         _coronalColors->SetLookupTable(colortable);
        _axialColors->SetLookupTable(colortable);
 }
\ No newline at end of file
+
index 71df3c7529d46db59f38fb7ebeb022418d51444a..5c4202ad44a1fb6299fe38d9c17aad985faf0e99 100644 (file)
@@ -298,4 +298,5 @@ void wxMaracasRenderTabbedPanel::onCheckBoxSCChange(wxCommandEvent& event)
 **/
 int wxMaracasRenderTabbedPanel::getPropId(){
        return _propid;
-}
\ No newline at end of file
+}
+
index 92c9b6b45feb980060a47876e27baea787c4588b..99bb342acf75e1aeb960543b6088c83a9cb1429d 100644 (file)
        void wxMaracasSuperpositionPanel::Refresh()
        {
                GetwxVtkMPR2DView()->GetRenWin()->Render();
-       }
\ No newline at end of file
+       }
+       
index baf18a76f04eb363ce7a4e9e2cba2267a724d5d3..66a580b327cddef5d952173fd7c59ba1865902b8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracasSurfaceRendering.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/10/15 11:56:43 $
-  Version:   $Revision: 1.1 $
+  Date:      $Date: 2009/10/16 15:17:57 $
+  Version:   $Revision: 1.2 $
 
   Copyright: (c) 2002, 2003
   License:
@@ -51,13 +51,10 @@ wxMaracasSurfaceRendering::wxMaracasSurfaceRendering( wxWindow* parent,std::stri
 
        wxauimanager->Update();
        createFileChooser();
-
-
 }
 wxMaracasSurfaceRendering::~wxMaracasSurfaceRendering( ){
 
        delete _toolb;
-
 }
 
 std::string wxMaracasSurfaceRendering::getPath(){
@@ -107,7 +104,6 @@ void wxMaracasSurfaceRendering::changeColor(int propid, double red, double green
                wxMessageDialog* diag = new wxMessageDialog(this, s, s, wxICON_ERROR);
                diag->ShowModal();
                delete diag;
-
        }
 }
 
@@ -133,8 +129,8 @@ void wxMaracasSurfaceRendering::onLoadImageFile(){
                //}
        }
        delete fildial;
-
 }
+
 void wxMaracasSurfaceRendering::loadPropMHD(wxString filename, wxString dataname){
 
        std::string s = std::string(filename.mb_str());
@@ -143,7 +139,6 @@ void wxMaracasSurfaceRendering::loadPropMHD(wxString filename, wxString dataname
                s = std::string(dataname.mb_str());
                addPropMHD(img, s);
        }
-
 }
 
 void wxMaracasSurfaceRendering::addPropMHD(vtkImageData* imgdata, std::string dataname){
@@ -162,7 +157,6 @@ void wxMaracasSurfaceRendering::addPropMHD(vtkImageData* imgdata, std::string da
                std::cout << "Exception : " << str << '\n';
                wxMessageDialog* diag = new wxMessageDialog(this, wxString( str,wxConvUTF8 ), wxString( str,wxConvUTF8 ), wxICON_ERROR);
                diag->ShowModal();
-
        }
 }
 
@@ -175,9 +169,6 @@ void wxMaracasSurfaceRendering::loadProp3D(wxString filename, wxString dataname)
        }else{
                //TODO msj to the user indicating error in file
        }
-
-
-
 }
 
 void wxMaracasSurfaceRendering::addProp3D(vtkProp3D* prop3D, std::string dataname){
@@ -192,7 +183,6 @@ void wxMaracasSurfaceRendering::addProp3D(vtkProp3D* prop3D, std::string datanam
                wxMessageDialog* diag = new wxMessageDialog(this, wxString(str,wxConvUTF8 ), wxString(str,wxConvUTF8 ), wxICON_ERROR);
                diag->ShowModal();
        }
-
 }
 void wxMaracasSurfaceRendering::addSurfaceRenderingPanel(wxMaracasSurfaceRenderingPanel* surrend, std::string dataname){
 
@@ -200,8 +190,6 @@ void wxMaracasSurfaceRendering::addSurfaceRenderingPanel(wxMaracasSurfaceRenderi
        wxAuiPaneInfo paneinfo;
        wxauimanager->AddPane(surrend, paneinfo.DefaultPane().Centre().DestroyOnClose().Caption(s));
        wxauimanager->Update();
-
-
 }
 
 void wxMaracasSurfaceRendering::deleteActor(int propid){
@@ -212,10 +200,6 @@ void wxMaracasSurfaceRendering::deleteActor(int propid){
        }
 }
 
-
-
-
-
 /**
 **
 **/
@@ -223,8 +207,6 @@ void wxMaracasSurfaceRendering::deleteActor(int propid){
 ToolBar::ToolBar(wxWindow * parent,std::string iconsdir)
 : wxToolBar(parent, -1, wxDefaultPosition, wxDefaultSize)
 {
-
-
        std::string iconfil = iconsdir;
 
        //iconfil+= "/OpenImage.png";
@@ -245,7 +227,6 @@ ToolBar::ToolBar(wxWindow * parent,std::string iconsdir)
 
        _evthand = new ToolBarEventHandler();
        this->SetEventHandler(_evthand);
-
 }
 
 ToolBar::~ToolBar(void){
@@ -254,6 +235,7 @@ ToolBar::~ToolBar(void){
 ToolBarEventHandler::ToolBarEventHandler()
 : wxEvtHandler(){
 }
+
 ToolBarEventHandler::~ToolBarEventHandler(){
 }
 
@@ -262,7 +244,6 @@ void ToolBarEventHandler::onLoadImageFile(wxCommandEvent& event){
 }
 
 
-
 BEGIN_EVENT_TABLE(ToolBarEventHandler, wxEvtHandler)
        EVT_MENU(1, ToolBarEventHandler::onLoadImageFile)
 END_EVENT_TABLE()
index 4e2e626b3ac071286f4ca25c087fda2733b110b0..b07d32f974b22a87833ed4facf471ef342e5e145 100644 (file)
@@ -3,8 +3,8 @@
   Program:   wxMaracas
   Module:    $RCSfile: wxMaracas_ViewerWidget.cxx,v $
   Language:  C++
-  Date:      $Date: 2009/09/15 11:25:07 $
-  Version:   $Revision: 1.17 $
+  Date:      $Date: 2009/10/16 15:17:57 $
+  Version:   $Revision: 1.18 $
 
   Copyright: (c) 2002, 2003
   License:
                /*if(mwxvtkmpr3Dview!=NULL){
                        mwxvtkmpr3Dview->setColorLevel(level);
                }*/
-    }
\ No newline at end of file
+    }
+    
index 0900a392cfeec5501024922bb68b01cc3d8ed00e..0a95f5c7f3e627c36d1686be97b4c19cea15e2a4 100644 (file)
@@ -9,7 +9,6 @@ PlaneDirectionManager::PlaneDirectionManager(int radio, double colour[3] , int o
        _radio = radio;
        _colour = colour;
        _opacity = opacity;
-
 }
 
 
@@ -48,8 +47,7 @@ void PlaneDirectionManager::RemoveAllActorsFromIndex(int n)throw (std::exception
                _render->RemoveViewProp(_vectdata[i]->GetActor());
                delete _vectdata[i];
                _vectdata.pop_back();
-       }
-       
+       }       
 }
 void PlaneDirectionManager::UpdateVectors()throw (std::exception){
        PlaneDirectionManagerData* temp;
@@ -89,24 +87,22 @@ void PlaneDirectionManager::addRemoveActor(int index, bool addremove){
                        _render->AddViewProp (_vectdata[index]->GetActor());
                }else{
                        _render->RemoveViewProp (_vectdata[index]->GetActor());
-               }
-               
-       }
-       
-       
+               }       
+       }       
 }
 
-void PlaneDirectionManager::changeColor(int index,double r,double g,double b){
+void PlaneDirectionManager::changeColor(int index,double r,double g,double b)
+{
     GetPlaneDirectionManagerData(index)->ChangeColour(r,g,b);
 }
 
-PlaneDirectionManagerData* PlaneDirectionManager::GetPlaneDirectionManagerData(int id) {
-
+PlaneDirectionManagerData* PlaneDirectionManager::GetPlaneDirectionManagerData(int id) 
+{
        return _vectdata[id];
 }
 
 void PlaneDirectionManager::WriteInformation(std::string  filename, double* spc){
-    FILE *ff;  
+       FILE *ff;       
        ff = fopen( filename.c_str() , "w+" );
        if(spc ==NULL){
                spc = new double[3];
@@ -142,16 +138,13 @@ void PlaneDirectionManager::WriteInformation(std::string  filename, double* spc)
                        fprintf(ff,"Dir%d\n",i);
             fprintf(ff,"\tP0[%f, %f, %f]\tP1[%f, %f, %f]\tP2[%f, %f, %f]\tDir[%f, %f, %f] \n",
                                                        p0x,p0y,p0z,    p1x,p1y,p1z,    p2x,p2y,p2z,    dirx,diry,dirz);
-               }               
-               
+               }                       
                fclose(ff);
        } else {   // else ff
                printf("PlaneDirectionManager::WriteInformation  ...Error... creating file");
-       } //ff
-
-       
+       } //ff  
 }
 
 void  PlaneDirectionManager::SetArrowSize(int arrowsize){
     _radio = arrowsize;
-}
\ No newline at end of file
+}
index 001f2722e1f6a0f1c1422dcb910f5cf94e60915e..7ea40d138993d1891bd89e6a6075fcd1b96914ad 100644 (file)
@@ -5,16 +5,19 @@
 ** Start of data viewmanagerData
 *********************************************************************************************/
 
-PlanesOperations::PlanesOperations(){  
+PlanesOperations::PlanesOperations()
+{      
 }
 
 
-PlanesOperations::~PlanesOperations(){
+PlanesOperations::~PlanesOperations()
+{
 
 }
 
 
-double* PlanesOperations::getCrossProduct(double* vect0,double* vect1){
+double* PlanesOperations::getCrossProduct(double* vect0,double* vect1)
+{
        double* vectCross;
        vectCross = new double[3];
        vectCross[0] = vect0[1]*vect1[2]-(vect0[2]*vect1[1]);
@@ -26,8 +29,8 @@ double* PlanesOperations::getCrossProduct(double* vect0,double* vect1){
 /**
 **     Returns the magnitud of the given vector
 **/
-double PlanesOperations::getMagnitud(double* vect){
-
+double PlanesOperations::getMagnitud(double* vect)
+{
        double mag;
 
        mag = sqrt(pow(vect[0],2) + pow(vect[1],2) + pow(vect[2],2));
@@ -35,20 +38,19 @@ double PlanesOperations::getMagnitud(double* vect){
        std::cout<<"mag "<<mag <<std::endl;
 
        return mag;
-
 }
 /**
 **     returns the unitary vector of the given vector
 **     u = 1/|vect| . vect
 **/
-double* PlanesOperations::getNormal(double* vect){
+double* PlanesOperations::getNormal(double* vect)
+{
 
        double* vectnorm;
        double mag = getMagnitud(vect);
 
        vectnorm = new double[3];
        
-
        if(mag!=0){
                vectnorm[0] = vect[0]/mag;
                vectnorm[1] = vect[1]/mag;
@@ -58,13 +60,11 @@ double* PlanesOperations::getNormal(double* vect){
                vectnorm[1] = 0;
                vectnorm[2] = 0;
        }
-
        return vectnorm;
-
-
 }
 
-double* PlanesOperations::makeVector(double podouble0[3], double podouble1[3]){
+double* PlanesOperations::makeVector(double podouble0[3], double podouble1[3])
+{
        double *vect;
        vect = new double[3];
 
@@ -73,5 +73,5 @@ double* PlanesOperations::makeVector(double podouble0[3], double podouble1[3]){
        vect[2]= podouble1[2]-podouble0[2];
 
        return vect;
+}
 
-}
\ No newline at end of file