STYLE: OBJImporter style
Style changes for new class vtkOBJImporter. 0) Indentation 1) canReadFile -> CanReadFile 2) If/elseif/else/while clauses should be on separate lines. 3) Use vtkDebugMacro instead of if(this->DebugOn() 4) Remove blocks of commented code 5) MTLfilename to MTLFileName (required change to vtkOBJImporterInternals.h) 6) Replaced all cout, cerr, printf's with Macro's. 7) Removed __ prefix from header blockers 8) Removed null pointer checke before delete.
Showing
- IO/Import/vtkOBJImporter.cxx 557 additions, 562 deletionsIO/Import/vtkOBJImporter.cxx
- IO/Import/vtkOBJImporter.h 2 additions, 2 deletionsIO/Import/vtkOBJImporter.h
- IO/Import/vtkOBJImporterInternals.cxx 212 additions, 199 deletionsIO/Import/vtkOBJImporterInternals.cxx
- IO/Import/vtkOBJImporterInternals.h 9 additions, 7 deletionsIO/Import/vtkOBJImporterInternals.h
Loading
Please register or sign in to comment