vtkApplyFilterCommandInternal.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef __vtkApplyFilterCommandInternal_h
00018 #define __vtkApplyFilterCommandInternal_h
00019
00020 #include <vtkstd/map>
00021 #include <vtkstd/vector>
00022
00023 #include "vtkStdString.h"
00024
00025 class vtkApplyFilterCommandInternal
00026 {
00027 public:
00028 typedef vtkstd::vector<vtkStdString> FilterTypesVector;
00029 typedef vtkstd::map<vtkStdString, FilterTypesVector> FilterTypesMap;
00030
00031 FilterTypesMap FilterTypes;
00032 };
00033
00034
00035 #endif