VTK
vtkPSphereSource.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPSphereSource.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 =========================================================================*/
19 #ifndef __vtkPSphereSource_h
20 #define __vtkPSphereSource_h
21 
22 #include "vtkSphereSource.h"
23 
25 {
26 public:
28 
30 
33  static vtkPSphereSource *New();
34  virtual void PrintSelf(ostream& os, vtkIndent indent);
36 
38  unsigned long GetEstimatedMemorySize();
39 
40 protected:
43 
45 private:
46  vtkPSphereSource(const vtkPSphereSource&); // Not implemented.
47  void operator=(const vtkPSphereSource&); // Not implemented.
48 };
49 
50 #endif