VTK
vtkOTDistributionImplementationWrapper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOTDistributionImplementationWrapper.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
22 #ifndef vtkOTDistributionImplementationWrapper_h
23 #define vtkOTDistributionImplementationWrapper_h
24 
25 #include "vtkOTIncludes.h"
26 
28 {
29 public:
30  vtkOTDistributionImplementationWrapper(OT::DistributionFactoryImplementation::Implementation impl)
31  : Implementation(impl){}
32 
33  OT::DistributionFactoryImplementation::Implementation Implementation;
34 };
35 #endif
36 // VTK-HeaderTest-Exclude: vtkOTDistributionImplementationWrapper.h
OT::DistributionFactoryImplementation::Implementation Implementation
Wrapper for forward declaration of OT::DistributionFactoryImplementation::Implementation.
vtkOTDistributionImplementationWrapper(OT::DistributionFactoryImplementation::Implementation impl)