Ignore:
Timestamp:
12/13/06 23:12:27 (18 years ago)
Author:
bittner
Message:

combined preprocessor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/PreprocessorFactory.cpp

    r1486 r1891  
    66#include "RenderSampler.h" 
    77#include "GvsPreprocessor.h" 
     8#include "CombinedPreprocessor.h" 
    89 
    910 
     
    1718                return new VssPreprocessor(); 
    1819        } 
    19          
     20 
     21        if (preprocessorType == "combined") 
     22        { 
     23                return new CombinedPreprocessor(); 
     24        } 
     25 
    2026        if (preprocessorType == "rss") 
    2127        { 
Note: See TracChangeset for help on using the changeset viewer.