create a disk with hole in center
More...
#include <vtkDiskSource.h>
Inherits vtkPolyDataAlgorithm.
create a disk with hole in center
vtkDiskSource creates a polygonal disk with a hole in the center. The disk has zero height. The user can specify the inner and outer radius of the disk, and the radial and circumferential resolution of the polygonal representation.
- See Also
- vtkLinearExtrusionFilter
- Tests:
- vtkDiskSource (Tests)
Definition at line 35 of file vtkDiskSource.h.
vtkDiskSource::vtkDiskSource |
( |
| ) |
|
|
protected |
vtkDiskSource::~vtkDiskSource |
( |
| ) |
|
|
inlineprotected |
static int vtkDiskSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkDiskSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkDiskSource* vtkDiskSource::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkDiskSource::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkDiskSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkDiskSource::SetInnerRadius |
( |
double |
| ) |
|
|
virtual |
Specify inner radius of hole in disc.
virtual double vtkDiskSource::GetInnerRadius |
( |
| ) |
|
|
virtual |
Specify inner radius of hole in disc.
virtual void vtkDiskSource::SetOuterRadius |
( |
double |
| ) |
|
|
virtual |
Specify outer radius of disc.
virtual double vtkDiskSource::GetOuterRadius |
( |
| ) |
|
|
virtual |
Specify outer radius of disc.
virtual void vtkDiskSource::SetRadialResolution |
( |
int |
| ) |
|
|
virtual |
Set the number of points in radius direction.
virtual int vtkDiskSource::GetRadialResolution |
( |
| ) |
|
|
virtual |
Set the number of points in radius direction.
virtual void vtkDiskSource::SetCircumferentialResolution |
( |
int |
| ) |
|
|
virtual |
Set the number of points in circumferential direction.
virtual int vtkDiskSource::GetCircumferentialResolution |
( |
| ) |
|
|
virtual |
Set the number of points in circumferential direction.
int vtkDiskSource::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
double vtkDiskSource::InnerRadius |
|
protected |
double vtkDiskSource::OuterRadius |
|
protected |
int vtkDiskSource::RadialResolution |
|
protected |
int vtkDiskSource::CircumferentialResolution |
|
protected |
The documentation for this class was generated from the following file: