VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPointSetSource Class Reference

abstract class whose subclasses generate point data More...

#include <vtkPointSetSource.h>

Inherits vtkSource.

Public Types

typedef vtkSource Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
vtkPointSetGetOutput ()
 
vtkPointSetGetOutput (int idx)
 
void SetOutput (vtkPointSet *output)
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkPointSetSourceSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkPointSetSource ()
 
 ~vtkPointSetSource ()
 
virtual int FillOutputPortInformation (int, vtkInformation *)
 

Detailed Description

abstract class whose subclasses generate point data

vtkPointSetSource is an abstract class whose subclasses generate pointdata.

Definition at line 28 of file vtkPointSetSource.h.

Member Typedef Documentation

typedef vtkSource vtkPointSetSource::Superclass

Definition at line 31 of file vtkPointSetSource.h.

Constructor & Destructor Documentation

vtkPointSetSource::vtkPointSetSource ( )
protected
vtkPointSetSource::~vtkPointSetSource ( )
inlineprotected

Definition at line 43 of file vtkPointSetSource.h.

Member Function Documentation

virtual const char* vtkPointSetSource::GetClassName ( )
virtual
static int vtkPointSetSource::IsTypeOf ( const char *  type)
static
virtual int vtkPointSetSource::IsA ( const char *  type)
virtual
static vtkPointSetSource* vtkPointSetSource::SafeDownCast ( vtkObject o)
static
void vtkPointSetSource::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
vtkPointSet* vtkPointSetSource::GetOutput ( )

Get the output of this source.

vtkPointSet* vtkPointSetSource::GetOutput ( int  idx)

Get the output of this source.

void vtkPointSetSource::SetOutput ( vtkPointSet output)

Get the output of this source.

virtual int vtkPointSetSource::FillOutputPortInformation ( int  ,
vtkInformation  
)
protectedvirtual

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