Skip to content
Snippets Groups Projects
  1. Apr 28, 2015
  2. Apr 27, 2015
  3. Apr 26, 2015
  4. Apr 24, 2015
    • Bill Lorensen's avatar
      STYLE: OBJImporter style · 45fe62d4
      Bill Lorensen authored
      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.
      45fe62d4
  5. Apr 23, 2015
  6. Apr 22, 2015
  7. Apr 21, 2015
  8. Apr 20, 2015
  9. Apr 19, 2015
  10. Apr 18, 2015
  11. Apr 17, 2015
Loading