vtkSectorSource Class Reference

#include <vtkSectorSource.h>

Inheritance diagram for vtkSectorSource:

Inheritance graph
[legend]
Collaboration diagram for vtkSectorSource:

Collaboration graph
[legend]

List of all members.


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 31 of file vtkSectorSource.h.


Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
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 (vtkObject *o)

Protected Member Functions

 vtkSectorSource ()
 ~vtkSectorSource ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

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

Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 35 of file vtkSectorSource.h.


Constructor & Destructor Documentation

vtkSectorSource::vtkSectorSource (  )  [protected]

vtkSectorSource::~vtkSectorSource (  )  [inline, protected]

Definition at line 82 of file vtkSectorSource.h.


Member Function Documentation

static vtkSectorSource* vtkSectorSource::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPolyDataAlgorithm.

virtual const char* vtkSectorSource::GetClassName (  )  [virtual]

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 ( vtkObject o  )  [static]

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.


Member Data Documentation

double vtkSectorSource::InnerRadius [protected]

Definition at line 85 of file vtkSectorSource.h.

double vtkSectorSource::OuterRadius [protected]

Definition at line 86 of file vtkSectorSource.h.

double vtkSectorSource::ZCoord [protected]

Definition at line 87 of file vtkSectorSource.h.

Definition at line 88 of file vtkSectorSource.h.

Definition at line 89 of file vtkSectorSource.h.

double vtkSectorSource::StartAngle [protected]

Definition at line 90 of file vtkSectorSource.h.

double vtkSectorSource::EndAngle [protected]

Definition at line 91 of file vtkSectorSource.h.


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

Generated on Mon Sep 27 18:49:06 2010 for VTK by  doxygen 1.5.6