vtkGeoLineRepresentation Class Reference

#include <vtkGeoLineRepresentation.h>

Inheritance diagram for vtkGeoLineRepresentation:

Inheritance graph
[legend]
Collaboration diagram for vtkGeoLineRepresentation:

Collaboration graph
[legend]

List of all members.


Detailed Description

Displays a geometric dataset on a globe.

vtkGeoLineRepresentation is used to show a geometric dataset in a geo view. The representation uses a vtkGeometryFilter to convert the dataset to polygonal data (e.g. volumetric data is converted to its external surface). The representation may then be added to a vtkRenderView (normally vtkGeoView).

Definition at line 50 of file vtkGeoLineRepresentation.h.


Public Types

typedef vtkDataRepresentation Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetInputConnection (vtkAlgorithmOutput *conn)
virtual void PrepareForRendering ()
virtual void SetLatitudeArrayName (const char *name)
virtual const char * GetLatitudeArrayName ()
virtual void SetLongitudeArrayName (const char *name)
virtual const char * GetLongitudeArrayName ()
virtual void SetPointVisibility (bool b)
virtual bool GetPointVisibility ()
virtual void PointVisibilityOn ()
virtual void PointVisibilityOff ()
virtual void SetCoordinatesInArrays (bool b)
virtual bool GetCoordinatesInArrays ()
virtual void CoordinatesInArraysOn ()
virtual void CoordinatesInArraysOff ()
virtual void SetTransform (vtkAbstractTransform *transform)
virtual vtkAbstractTransformGetTransform ()

Static Public Member Functions

static vtkGeoLineRepresentationNew ()
static int IsTypeOf (const char *type)
static vtkGeoLineRepresentationSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkGeoLineRepresentation ()
 ~vtkGeoLineRepresentation ()
virtual bool AddToView (vtkView *view)
virtual bool RemoveFromView (vtkView *view)
virtual vtkSelectionConvertSelection (vtkView *view, vtkSelection *selection)

Protected Attributes

bool CoordinatesInArrays
vtkSmartPointer
< vtkGeometryFilter
GeometryFilter
vtkSmartPointer
< vtkGeoAssignCoordinates
AssignCoordinates
vtkSmartPointer< vtkGeoSampleArcsGeoSampleArcs
vtkSmartPointer
< vtkPolyDataMapper
Mapper
vtkSmartPointer< vtkActorActor
vtkSmartPointer
< vtkExtractSelection
ExtractSelection
vtkSmartPointer
< vtkGeometryFilter
SelectionGeometryFilter
vtkSmartPointer
< vtkGeoAssignCoordinates
SelectionAssignCoords
vtkSmartPointer< vtkGeoSampleArcsSelectionGeoSampleArcs
vtkSmartPointer
< vtkPolyDataMapper
SelectionMapper
vtkSmartPointer< vtkActorSelectionActor
vtkSmartPointer
< vtkVertexGlyphFilter
VertexGlyphFilter
vtkSmartPointer
< vtkPolyDataMapper
VertexMapper
vtkSmartPointer< vtkActorVertexActor

Member Typedef Documentation

Reimplemented from vtkDataRepresentation.

Definition at line 54 of file vtkGeoLineRepresentation.h.


Constructor & Destructor Documentation

vtkGeoLineRepresentation::vtkGeoLineRepresentation (  )  [protected]

vtkGeoLineRepresentation::~vtkGeoLineRepresentation (  )  [protected]


Member Function Documentation

static vtkGeoLineRepresentation* vtkGeoLineRepresentation::New (  )  [static]

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

Reimplemented from vtkDataRepresentation.

virtual const char* vtkGeoLineRepresentation::GetClassName (  )  [virtual]

Reimplemented from vtkDataRepresentation.

static int vtkGeoLineRepresentation::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkDataRepresentation.

virtual int vtkGeoLineRepresentation::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkDataRepresentation.

static vtkGeoLineRepresentation* vtkGeoLineRepresentation::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkDataRepresentation.

void vtkGeoLineRepresentation::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 vtkDataRepresentation.

virtual void vtkGeoLineRepresentation::SetInputConnection ( vtkAlgorithmOutput conn  )  [virtual]

Sets the input pipeline connection to this representation.

Reimplemented from vtkDataRepresentation.

virtual void vtkGeoLineRepresentation::SetLatitudeArrayName ( const char *  name  )  [virtual]

The point array holding the latitude.

virtual const char* vtkGeoLineRepresentation::GetLatitudeArrayName (  )  [virtual]

The point array holding the latitude.

virtual void vtkGeoLineRepresentation::SetLongitudeArrayName ( const char *  name  )  [virtual]

The point array holding the longitude.

virtual const char* vtkGeoLineRepresentation::GetLongitudeArrayName (  )  [virtual]

The point array holding the longitude.

virtual void vtkGeoLineRepresentation::SetPointVisibility ( bool  b  )  [virtual]

Whether to show points along the lines. This includes interpolated vertices.

virtual bool vtkGeoLineRepresentation::GetPointVisibility (  )  [virtual]

Whether to show points along the lines. This includes interpolated vertices.

virtual void vtkGeoLineRepresentation::PointVisibilityOn (  )  [virtual]

Whether to show points along the lines. This includes interpolated vertices.

virtual void vtkGeoLineRepresentation::PointVisibilityOff (  )  [virtual]

Whether to show points along the lines. This includes interpolated vertices.

virtual void vtkGeoLineRepresentation::PrepareForRendering (  )  [virtual]

Called by the view when the renderer is about to render.

virtual void vtkGeoLineRepresentation::SetCoordinatesInArrays ( bool  b  )  [virtual]

If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.x

virtual bool vtkGeoLineRepresentation::GetCoordinatesInArrays (  )  [virtual]

If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.x

virtual void vtkGeoLineRepresentation::CoordinatesInArraysOn (  )  [virtual]

If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.x

virtual void vtkGeoLineRepresentation::CoordinatesInArraysOff (  )  [virtual]

If on, uses LatitudeArrayName and LongitudeArrayName to move values in data arrays into the points of the data set. Turn off if the lattitude and longitude are already in the points.x

virtual void vtkGeoLineRepresentation::SetTransform ( vtkAbstractTransform transform  )  [virtual]

The transform to use for transforming lat/long points into world coordinates. If null, use spherical world model (default).

virtual vtkAbstractTransform* vtkGeoLineRepresentation::GetTransform (  )  [virtual]

The transform to use for transforming lat/long points into world coordinates. If null, use spherical world model (default).

virtual bool vtkGeoLineRepresentation::AddToView ( vtkView view  )  [protected, virtual]

Adds the representation to the view. This is called from vtkView::AddRepresentation().

virtual bool vtkGeoLineRepresentation::RemoveFromView ( vtkView view  )  [protected, virtual]

Removes the representation to the view. This is called from vtkView::RemoveRepresentation().

virtual vtkSelection* vtkGeoLineRepresentation::ConvertSelection ( vtkView view,
vtkSelection selection 
) [protected, virtual]

Convert the selection to a type appropriate for sharing with other representations through vtkSelectionLink. If the selection cannot be applied to this representation, returns NULL.

Reimplemented from vtkDataRepresentation.


Member Data Documentation

Internal pipeline objects.

Definition at line 120 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 121 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 122 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 123 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 124 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 125 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 126 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 127 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 128 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 129 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 130 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 131 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 132 of file vtkGeoLineRepresentation.h.

Internal pipeline objects.

Definition at line 133 of file vtkGeoLineRepresentation.h.

Definition at line 138 of file vtkGeoLineRepresentation.h.


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

Generated on Wed Jun 3 19:05:18 2009 for VTK by  doxygen 1.5.6