VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkSectorSource Class Reference

create a sector of a disk More...

#include <vtkSectorSource.h>

Inherits vtkPolyDataAlgorithm.

Public Types

typedef vtkPolyDataAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkSectorSourceNewInstance () const
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetInnerRadius (double)
 
virtual double GetInnerRadius ()
 
virtual void SetOuterRadius (double)
 
virtual double GetOuterRadius ()
 
virtual void SetZCoord (double)
 
virtual double GetZCoord ()
 
virtual void SetRadialResolution (int)
 
virtual int GetRadialResolution ()
 
virtual void SetCircumferentialResolution (int)
 
virtual int GetCircumferentialResolution ()
 
virtual void SetStartAngle (double)
 
virtual double GetStartAngle ()
 
virtual void SetEndAngle (double)
 
virtual double GetEndAngle ()
 

Static Public Member Functions

static vtkSectorSourceNew ()
 
static int IsTypeOf (const char *type)
 
static vtkSectorSourceSafeDownCast (vtkObjectBase *o)
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkSectorSource ()
 
 ~vtkSectorSource ()
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
 

Protected Attributes

double InnerRadius
 
double OuterRadius
 
double ZCoord
 
int RadialResolution
 
int CircumferentialResolution
 
double StartAngle
 
double EndAngle
 

Detailed Description

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.

Member Typedef Documentation

typedef vtkPolyDataAlgorithm vtkSectorSource::Superclass

Definition at line 36 of file vtkSectorSource.h.

Constructor & Destructor Documentation

vtkSectorSource::vtkSectorSource ( )
protected
vtkSectorSource::~vtkSectorSource ( )
inlineprotected

Definition at line 83 of file vtkSectorSource.h.

Member Function Documentation

static vtkSectorSource* vtkSectorSource::New ( )
static
static int vtkSectorSource::IsTypeOf ( const char *  type)
static
virtual int vtkSectorSource::IsA ( const char *  type)
virtual
static vtkSectorSource* vtkSectorSource::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkSectorSource::NewInstanceInternal ( ) const
protectedvirtual
vtkSectorSource* vtkSectorSource::NewInstance ( ) const
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

Member Data Documentation

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.


The documentation for this class was generated from the following file: