vtkPointSource

Section: Visualization Toolkit Graphics Classes

Usage

vtkPointSource is a source object that creates a user-specified number of points within a specified radius about a specified center point. By default location of the points is random within the sphere. It is also possible to generate random points only on the surface of the sphere.

To create an instance of class vtkPointSource, simply invoke its constructor as follows

  obj = vtkPointSource

Methods

The class vtkPointSource has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkPointSource class.