Skip to content

STYLE: OBJImporter style

Bill Lorensen requested to merge lorensen/vtk:OBJImporter_Style into master

STYLE: OBJImporter style Style changes for new class vtkOBJImporter.

  1. Indentation
  2. canReadFile -> CanReadFile
  3. If/elseif/else/while clauses should be on separate lines.
  4. Use vtkDebugMacro instead of if(this->DebugOn()
  5. Remove blocks of commented code
  6. MTLfilename to MTLFileName (required chantge to vtkOBJImporterInternals.h)

Merge request reports