create the continents of the Earth as a sphere
More...
#include <vtkEarthSource.h>
Inherits vtkPolyDataAlgorithm.
create the continents of the Earth as a sphere
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 imbedded array of coordinates.
- Tests:
- vtkEarthSource (Tests)
Definition at line 34 of file vtkEarthSource.h.
vtkEarthSource::vtkEarthSource |
( |
| ) |
|
|
protected |
vtkEarthSource::~vtkEarthSource |
( |
| ) |
|
|
inlineprotected |
static int vtkEarthSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkEarthSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkEarthSource* vtkEarthSource::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkEarthSource::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkEarthSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkEarthSource::SetRadius |
( |
double |
| ) |
|
|
virtual |
virtual double vtkEarthSource::GetRadius |
( |
| ) |
|
|
virtual |
virtual void vtkEarthSource::SetOnRatio |
( |
int |
| ) |
|
|
virtual |
Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)
virtual int vtkEarthSource::GetOnRatio |
( |
| ) |
|
|
virtual |
Turn on every nth entity. This controls how much detail the model will have. The maximum ratio is sixteen. (The smaller OnRatio, the more detail there is.)
virtual void vtkEarthSource::SetOutline |
( |
int |
| ) |
|
|
virtual |
Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.
virtual int vtkEarthSource::GetOutline |
( |
| ) |
|
|
virtual |
Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.
virtual void vtkEarthSource::OutlineOn |
( |
| ) |
|
|
virtual |
Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.
virtual void vtkEarthSource::OutlineOff |
( |
| ) |
|
|
virtual |
Turn on/off drawing continents as filled polygons or as wireframe outlines. Warning: some graphics systems will have trouble with the very large, concave filled polygons. Recommend you use OutlienOn (i.e., disable filled polygons) for now.
int vtkEarthSource::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
double vtkEarthSource::Radius |
|
protected |
int vtkEarthSource::OnRatio |
|
protected |
int vtkEarthSource::Outline |
|
protected |
The documentation for this class was generated from the following file: