VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Parallel
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
24
class
VTK_PARALLEL_EXPORT
vtkPSphereSource
:
public
vtkSphereSource
25
{
26
public
:
27
vtkTypeMacro(
vtkPSphereSource
,
vtkSphereSource
);
28
30
33
static
vtkPSphereSource
*
New
();
34
virtual
void
PrintSelf
(ostream& os,
vtkIndent
indent);
36
38
unsigned
long
GetEstimatedMemorySize();
39
40
protected
:
41
vtkPSphereSource
() {};
42
~vtkPSphereSource
() {};
43
44
virtual
int
RequestData
(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*);
45
private
:
46
vtkPSphereSource
(
const
vtkPSphereSource
&);
// Not implemented.
47
void
operator=(
const
vtkPSphereSource
&);
// Not implemented.
48
};
49
50
#endif
Generated on Sun Sep 9 2012 13:03:43 for VTK by
1.8.1.2