VTK
|
Spherical globe source. More...
#include <vtkGeoGlobeSource.h>
Public Types | |
typedef vtkGeoSource | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkGeoGlobeSource * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual bool | FetchRoot (vtkGeoTreeNode *root) |
virtual bool | FetchChild (vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child) |
![]() | |
vtkGeoSource * | NewInstance () const |
vtkGeoSource () | |
~vtkGeoSource () | |
void | Initialize (int numThreads=1) |
void | ShutDown () |
void | WorkerThread () |
virtual vtkAbstractTransform * | GetTransform () |
virtual void | RequestChildren (vtkGeoTreeNode *node) |
virtual vtkCollection * | GetRequestedNodes (vtkGeoTreeNode *node) |
Static Public Member Functions | |
static vtkGeoGlobeSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkGeoGlobeSource * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkGeoSource * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkGeoGlobeSource () | |
~vtkGeoGlobeSource () | |
Additional Inherited Members | |
![]() | |
vtkCollection * | InputSet |
vtkCollection * | ProcessingSet |
vtkMutexLock * | Lock |
vtkConditionVariable * | Condition |
vtkMultiThreader * | Threader |
bool | StopThread |
bool | Initialized |
implementation * | Implementation |
vtkMutexLock * | InputSetLock |
vtkMutexLock * | ProcessingSetLock |
vtkMutexLock * | OutputSetLock |
Spherical globe source.
vtkGeoGlobeSource is a 3D vtkGeoSource suitable for use in vtkGeoTerrain. It uses the vtkGlobeSource filter to produce terrain patches.
Definition at line 36 of file vtkGeoGlobeSource.h.
Definition at line 40 of file vtkGeoGlobeSource.h.
|
protected |
|
protected |
|
static |
|
static |
|
virtual |
Reimplemented from vtkGeoSource.
|
static |
|
protectedvirtual |
Reimplemented from vtkGeoSource.
vtkGeoGlobeSource* vtkGeoGlobeSource::NewInstance | ( | ) | const |
void vtkGeoGlobeSource::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Fetches a low-resolution sphere for the entire globe.
Implements vtkGeoSource.
|
virtual |
Fetches a refined geometry patch, a section of a sphere.
Implements vtkGeoSource.