create a sector of a disk
More...
#include <vtkSectorSource.h>
Inherits vtkPolyDataAlgorithm.
create a sector of a disk
vtkSectorSource creates a sector of a polygonal disk. The disk has zero height. The user can specify the inner and outer radius of the disk, the z-coordinate, and the radial and circumferential resolution of the polygonal representation.
- See Also
- vtkLinearExtrusionFilter
Definition at line 32 of file vtkSectorSource.h.
vtkSectorSource::vtkSectorSource |
( |
| ) |
|
|
protected |
vtkSectorSource::~vtkSectorSource |
( |
| ) |
|
|
inlineprotected |
static int vtkSectorSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkSectorSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkSectorSource::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkSectorSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkSectorSource::SetInnerRadius |
( |
double |
| ) |
|
|
virtual |
Specify inner radius of the sector.
virtual double vtkSectorSource::GetInnerRadius |
( |
| ) |
|
|
virtual |
Specify inner radius of the sector.
virtual void vtkSectorSource::SetOuterRadius |
( |
double |
| ) |
|
|
virtual |
Specify outer radius of the sector.
virtual double vtkSectorSource::GetOuterRadius |
( |
| ) |
|
|
virtual |
Specify outer radius of the sector.
virtual void vtkSectorSource::SetZCoord |
( |
double |
| ) |
|
|
virtual |
Specify the z coordinate of the sector.
virtual double vtkSectorSource::GetZCoord |
( |
| ) |
|
|
virtual |
Specify the z coordinate of the sector.
virtual void vtkSectorSource::SetRadialResolution |
( |
int |
| ) |
|
|
virtual |
Set the number of points in radius direction.
virtual int vtkSectorSource::GetRadialResolution |
( |
| ) |
|
|
virtual |
Set the number of points in radius direction.
virtual void vtkSectorSource::SetCircumferentialResolution |
( |
int |
| ) |
|
|
virtual |
Set the number of points in circumferential direction.
virtual int vtkSectorSource::GetCircumferentialResolution |
( |
| ) |
|
|
virtual |
Set the number of points in circumferential direction.
virtual void vtkSectorSource::SetStartAngle |
( |
double |
| ) |
|
|
virtual |
Set the start angle of the sector.
virtual double vtkSectorSource::GetStartAngle |
( |
| ) |
|
|
virtual |
Set the start angle of the sector.
virtual void vtkSectorSource::SetEndAngle |
( |
double |
| ) |
|
|
virtual |
Set the end angle of the sector.
virtual double vtkSectorSource::GetEndAngle |
( |
| ) |
|
|
virtual |
Set the end angle of the sector.
int vtkSectorSource::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
double vtkSectorSource::InnerRadius |
|
protected |
double vtkSectorSource::OuterRadius |
|
protected |
double vtkSectorSource::ZCoord |
|
protected |
int vtkSectorSource::RadialResolution |
|
protected |
int vtkSectorSource::CircumferentialResolution |
|
protected |
double vtkSectorSource::StartAngle |
|
protected |
double vtkSectorSource::EndAngle |
|
protected |
The documentation for this class was generated from the following file: