Skip to content
Snippets Groups Projects
Commit 45fe62d4 authored by Bill Lorensen's avatar Bill Lorensen
Browse files

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.
parent af02b2f9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment