VTK
|
create a sector of a disk More...
#include <vtkSectorSource.h>
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.
Definition at line 32 of file vtkSectorSource.h.
Reimplemented from vtkPolyDataAlgorithm.
Definition at line 36 of file vtkSectorSource.h.
vtkSectorSource::vtkSectorSource | ( | ) | [protected] |
vtkSectorSource::~vtkSectorSource | ( | ) | [inline, protected] |
Definition at line 83 of file vtkSectorSource.h.
static vtkSectorSource* vtkSectorSource::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkPolyDataAlgorithm.
static int vtkSectorSource::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
virtual int vtkSectorSource::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkPolyDataAlgorithm.
static vtkSectorSource* vtkSectorSource::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkPolyDataAlgorithm.
virtual vtkObjectBase* vtkSectorSource::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkPolyDataAlgorithm.
vtkSectorSource* vtkSectorSource::NewInstance | ( | ) | const |
Reimplemented from vtkPolyDataAlgorithm.
void vtkSectorSource::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkPolyDataAlgorithm.
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 * | request, |
vtkInformationVector ** | inputVector, | ||
vtkInformationVector * | outputVector | ||
) | [protected, virtual] |
This is called by the superclass. This is the method you should override.
Reimplemented from vtkPolyDataAlgorithm.
double vtkSectorSource::InnerRadius [protected] |
Definition at line 86 of file vtkSectorSource.h.
double vtkSectorSource::OuterRadius [protected] |
Definition at line 87 of file vtkSectorSource.h.
double vtkSectorSource::ZCoord [protected] |
Definition at line 88 of file vtkSectorSource.h.
int vtkSectorSource::RadialResolution [protected] |
Definition at line 89 of file vtkSectorSource.h.
int vtkSectorSource::CircumferentialResolution [protected] |
Definition at line 90 of file vtkSectorSource.h.
double vtkSectorSource::StartAngle [protected] |
Definition at line 91 of file vtkSectorSource.h.
double vtkSectorSource::EndAngle [protected] |
Definition at line 92 of file vtkSectorSource.h.