vtkMultiBlockDataSetInternal.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef __vtkMultiBlockDataSetInternal_h
00017 #define __vtkMultiBlockDataSetInternal_h
00018
00019 #include "vtkDataObject.h"
00020 #include "vtkSmartPointer.h"
00021
00022 #include <vtkstd/vector>
00023
00024 class vtkMultiBlockDataSetInternal
00025 {
00026 public:
00027 vtkstd::vector< vtkSmartPointer<vtkDataObject> > DataSets;
00028 };
00029
00030 #endif