~ubuntu-branches/ubuntu/trusty/3depict/trusty

« back to all changes in this revision

Viewing changes to src/filters/allFilter.cpp

  • Committer: Package Import Robot
  • Author(s): D Haley
  • Date: 2011-12-18 19:33:32 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20111218193332-1motgr3vg9xeh41b
Tags: 0.0.9-1
* Update to upstream 0.0.9 
* Close powerpc bug fixed by 0.0.8-1 (Closes: #655682) 
* Close mgl font parsing bug fixed by mathgl upstream (Closes: #623431)
* Fix unclean source package (Closes: #643039)

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
                case FILTER_TYPE_VOXELS:
61
61
                        f = new VoxeliseFilter;
62
62
                        break;
63
 
                
 
63
                case FILTER_TYPE_ANNOTATION:
 
64
                        f = new AnnotateFilter;
 
65
                        break;
64
66
                default:
65
67
                        f=0;
66
68
 
124
126
                case FILTER_TYPE_VOXELS:
125
127
                        f = new VoxeliseFilter;
126
128
                        break;
127
 
                        
 
129
                case FILTER_TYPE_ANNOTATION:
 
130
                        f = new AnnotateFilter;
 
131
                        break;  
128
132
                default:
129
133
                        ASSERT(false);
130
134
        }