VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkGeoAdaptiveArcs Class Reference

#include <vtkGeoAdaptiveArcs.h>

Inheritance diagram for vtkGeoAdaptiveArcs:
Inheritance graph
[legend]
Collaboration diagram for vtkGeoAdaptiveArcs:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkPolyDataAlgorithm Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkGeoAdaptiveArcsNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
virtual unsigned long GetMTime ()
virtual void SetGlobeRadius (double)
virtual double GetGlobeRadius ()
virtual void SetMaximumPixelSeparation (double)
virtual double GetMaximumPixelSeparation ()
virtual void SetMinimumPixelSeparation (double)
virtual double GetMinimumPixelSeparation ()
virtual void SetRenderer (vtkRenderer *ren)
virtual vtkRendererGetRenderer ()

Static Public Member Functions

static vtkGeoAdaptiveArcsNew ()
static int IsTypeOf (const char *type)
static vtkGeoAdaptiveArcsSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkGeoAdaptiveArcs ()
 ~vtkGeoAdaptiveArcs ()
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

vtkRendererRenderer
double GlobeRadius
double MaximumPixelSeparation
double MinimumPixelSeparation
unsigned long LastInputMTime
vtkPolyDataLastInput
vtkDoubleArrayInputLatitude
vtkDoubleArrayInputLongitude

Detailed Description

Definition at line 37 of file vtkGeoAdaptiveArcs.h.


Member Typedef Documentation

Reimplemented from vtkPolyDataAlgorithm.

Definition at line 42 of file vtkGeoAdaptiveArcs.h.


Constructor & Destructor Documentation


Member Function Documentation

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkPolyDataAlgorithm.

static int vtkGeoAdaptiveArcs::IsTypeOf ( const char *  name) [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataAlgorithm.

virtual int vtkGeoAdaptiveArcs::IsA ( const char *  name) [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkPolyDataAlgorithm.

Reimplemented from vtkPolyDataAlgorithm.

virtual vtkObjectBase* vtkGeoAdaptiveArcs::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkPolyDataAlgorithm.

Reimplemented from vtkPolyDataAlgorithm.

void vtkGeoAdaptiveArcs::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkPolyDataAlgorithm.

virtual void vtkGeoAdaptiveArcs::SetGlobeRadius ( double  ) [virtual]

The base radius used to determine the earth's surface. Default is the earth's radius in meters. TODO: Change this to take in a vtkGeoTerrain to get altitude.

The base radius used to determine the earth's surface. Default is the earth's radius in meters. TODO: Change this to take in a vtkGeoTerrain to get altitude.

The maximum number of pixels between points on the arcs. If two adjacent points are farther than the threshold, the line segment will be subdivided such that each point is separated by at most the threshold.

The maximum number of pixels between points on the arcs. If two adjacent points are farther than the threshold, the line segment will be subdivided such that each point is separated by at most the threshold.

The minimum number of pixels between points on the arcs. Points closer than the threshold will be skipped until a point farther than the minimum threshold is reached.

The minimum number of pixels between points on the arcs. Points closer than the threshold will be skipped until a point farther than the minimum threshold is reached.

virtual void vtkGeoAdaptiveArcs::SetRenderer ( vtkRenderer ren) [virtual]

The renderer used to estimate the number of pixels between points.

The renderer used to estimate the number of pixels between points.

virtual unsigned long vtkGeoAdaptiveArcs::GetMTime ( ) [virtual]

Return the modified time of this object.

Reimplemented from vtkObject.

Convert the vtkGraph into vtkPolyData.

Reimplemented from vtkPolyDataAlgorithm.


Member Data Documentation

Definition at line 86 of file vtkGeoAdaptiveArcs.h.

Definition at line 87 of file vtkGeoAdaptiveArcs.h.

Definition at line 88 of file vtkGeoAdaptiveArcs.h.

Definition at line 89 of file vtkGeoAdaptiveArcs.h.

unsigned long vtkGeoAdaptiveArcs::LastInputMTime [protected]

Definition at line 90 of file vtkGeoAdaptiveArcs.h.

Definition at line 91 of file vtkGeoAdaptiveArcs.h.

Definition at line 92 of file vtkGeoAdaptiveArcs.h.

Definition at line 93 of file vtkGeoAdaptiveArcs.h.


The documentation for this class was generated from the following file: