A tiled image source on disk.
More...
#include <vtkGeoFileImageSource.h>
A tiled image source on disk.
vtkGeoFileImageSource is a vtkGeoSource that fetches .vti images from disk in a directory with a certain naming scheme. You may use vtkGeoAlignedImageRepresentation's SaveDatabase method to generate an database of image tiles in this format.
- Tests:
- vtkGeoFileImageSource (Tests)
Definition at line 40 of file vtkGeoFileImageSource.h.
vtkGeoFileImageSource::vtkGeoFileImageSource |
( |
| ) |
|
vtkGeoFileImageSource::~vtkGeoFileImageSource |
( |
| ) |
|
static int vtkGeoFileImageSource::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkGeoFileImageSource::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkGeoFileImageSource::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkGeoFileImageSource::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual bool vtkGeoFileImageSource::FetchRoot |
( |
vtkGeoTreeNode * |
root | ) |
|
|
virtual |
Fetches the root image representing the whole globe.
Implements vtkGeoSource.
Fetches the child image of a parent from disk.
Implements vtkGeoSource.
virtual void vtkGeoFileImageSource::SetPath |
( |
const char * |
| ) |
|
|
virtual |
The path the tiled image database.
virtual char* vtkGeoFileImageSource::GetPath |
( |
| ) |
|
|
virtual |
The path the tiled image database.
bool vtkGeoFileImageSource::ReadImage |
( |
int |
level, |
|
|
int |
id, |
|
|
vtkGeoImageNode * |
node |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: