dox/Common/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
00017
#ifndef __vtkMultiBlockDataSetInternal_h
00018
#define __vtkMultiBlockDataSetInternal_h
00019
00020
#include "vtkDataObject.h"
00021
#include "vtkSmartPointer.h"
00022
00023
#include <vtkstd/vector>
00024
00025 class vtkMultiBlockDataSetInternal
00026 {
00027
public:
00028 vtkstd::vector< vtkSmartPointer<vtkDataObject> >
DataSets;
00029 };
00030
00031
#endif