vtkEarthSource - create the continents of the Earth as a sphere
Super Class: vtkPolyDataSource
Description:
vtkEarthSource creates a spherical rendering of the geographical shapes of the major continents of the earth. The OnRatio determines how much of the data is actually used. The radius defines the radius of the sphere at which the continents are placed. Obtains data from an imbeded array of coordinates.
Methods:
void vtkEarthSource () | |
static vtkEarthSource *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetRadius (float ) | |
float GetRadius () | |
void SetOnRatio (int ) | |
int GetOnRatio () | |
void SetOutline (int ) | |
int GetOutline () | |
void OutlineOn () | |
void OutlineOff () | |
void Execute () |
Detailed Method Descriptions:
void SetRadius (float ) | |
float GetRadius () |
void SetOnRatio (int ) | |
int GetOnRatio () |
void SetOutline (int ) | |
int GetOutline () | |
void OutlineOn () | |
void OutlineOff () |