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 "vtkFiltersParallelModule.h" // For export macro
23 #include "vtkSphereSource.h"
24 
26 {
27 public:
29 
31 
34  static vtkPSphereSource *New();
35  virtual void PrintSelf(ostream& os, vtkIndent indent);
37 
39  unsigned long GetEstimatedMemorySize();
40 
41 protected:
44 
46 private:
47  vtkPSphereSource(const vtkPSphereSource&); // Not implemented.
48  void operator=(const vtkPSphereSource&); // Not implemented.
49 };
50 
51 #endif
vtkPSphereSource::vtkPSphereSource
vtkPSphereSource()
Definition: vtkPSphereSource.h:42
VTKFILTERSPARALLEL_EXPORT
#define VTKFILTERSPARALLEL_EXPORT
Definition: vtkFiltersParallelModule.h:15
vtkPSphereSource::GetEstimatedMemorySize
unsigned long GetEstimatedMemorySize()
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkPSphereSource
sphere source that supports pieces
Definition: vtkPSphereSource.h:26
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkFiltersParallelModule.h
vtkPSphereSource::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
vtkSphereSource
create a polygonal sphere centered at the origin
Definition: vtkSphereSource.h:46
vtkPSphereSource::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkSphereSource.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkPSphereSource::~vtkPSphereSource
~vtkPSphereSource()
Definition: vtkPSphereSource.h:43
vtkPSphereSource::New
static vtkPSphereSource * New()