|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
vtkPointSet * | GetOutput () |
|
vtkPointSet * | GetOutput (int idx) |
|
void | SetOutput (vtkPointSet *output) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual void | Update () |
|
virtual void | UpdateWholeExtent () |
|
virtual void | UpdateInformation () |
|
virtual void | PropagateUpdateExtent (vtkDataObject *output) |
|
virtual void | TriggerAsynchronousUpdate () |
|
virtual void | UpdateData (vtkDataObject *output) |
|
virtual void | ComputeInputUpdateExtents (vtkDataObject *output) |
|
void | UnRegisterAllOutputs (void) |
|
int | GetOutputIndex (vtkDataObject *out) |
|
virtual void | SetExecutive (vtkExecutive *executive) |
|
virtual void | SetReleaseDataFlag (int) |
|
virtual int | GetReleaseDataFlag () |
|
virtual void | ReleaseDataFlagOn () |
|
virtual void | ReleaseDataFlagOff () |
|
vtkDataObject ** | GetOutputs () |
|
virtual int | GetNumberOfOutputs () |
|
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
void | SqueezeInputArray () |
|
void | RemoveAllInputs () |
|
vtkDataObject ** | GetInputs () |
|
int | GetNumberOfInputs () |
|
virtual void | SetInputConnection (vtkAlgorithmOutput *input) |
|
virtual void | SetInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | AddInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | AddInputConnection (vtkAlgorithmOutput *input) |
|
virtual void | RemoveInputConnection (int port, vtkAlgorithmOutput *input) |
|
virtual void | SetNthInputConnection (int port, int index, vtkAlgorithmOutput *input) |
|
virtual void | SetNumberOfInputConnections (int port, int n) |
|
abstract class whose subclasses generate point data
vtkPointSetSource is an abstract class whose subclasses generate pointdata.
Definition at line 28 of file vtkPointSetSource.h.