VTK
|
A source for tiled geometry on disk. More...
#include <vtkGeoFileTerrainSource.h>
Public Types | |
typedef vtkGeoSource | Superclass |
![]() | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkGeoFileTerrainSource * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
vtkGeoFileTerrainSource () | |
~vtkGeoFileTerrainSource () | |
virtual bool | FetchRoot (vtkGeoTreeNode *root) |
virtual bool | FetchChild (vtkGeoTreeNode *node, int index, vtkGeoTreeNode *child) |
virtual void | SetPath (const char *) |
virtual char * | GetPath () |
![]() | |
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 vtkGeoFileTerrainSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkGeoFileTerrainSource * | SafeDownCast (vtkObjectBase *o) |
![]() | |
static int | IsTypeOf (const char *type) |
static vtkGeoSource * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
bool | ReadModel (int level, int id, vtkGeoTerrainNode *node) |
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 |
A source for tiled geometry on disk.
vtkGeoFileTerrainSource reads geometry tiles as .vtp files from a directory that follow a certain naming convention containing the level of the patch and the position within that level. Use vtkGeoTerrain's SaveDatabase method to create a database of files in this format.
Definition at line 40 of file vtkGeoFileTerrainSource.h.
Definition at line 44 of file vtkGeoFileTerrainSource.h.
vtkGeoFileTerrainSource::vtkGeoFileTerrainSource | ( | ) |
vtkGeoFileTerrainSource::~vtkGeoFileTerrainSource | ( | ) |
|
static |
|
static |
|
virtual |
Reimplemented from vtkGeoSource.
|
static |
|
protectedvirtual |
Reimplemented from vtkGeoSource.
vtkGeoFileTerrainSource* vtkGeoFileTerrainSource::NewInstance | ( | ) | const |
void vtkGeoFileTerrainSource::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Retrieve the root geometry representing the entire globe.
Implements vtkGeoSource.
|
virtual |
Retrieve the child's geometry from disk.
Implements vtkGeoSource.
|
virtual |
The path the tiled geometry database.
|
virtual |
The path the tiled geometry database.
|
protected |