#include <vtkGeoLineRepresentation.h>
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.
vtkGeoLineRepresentation::vtkGeoLineRepresentation | ( | ) | [protected] |
vtkGeoLineRepresentation::~vtkGeoLineRepresentation | ( | ) | [protected] |
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.
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.
vtkSmartPointer<vtkActor> vtkGeoLineRepresentation::Actor [protected] |
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.
vtkSmartPointer<vtkGeoAssignCoordinates> vtkGeoLineRepresentation::SelectionAssignCoords [protected] |
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.
vtkSmartPointer<vtkActor> vtkGeoLineRepresentation::VertexActor [protected] |
Internal pipeline objects.
Definition at line 133 of file vtkGeoLineRepresentation.h.
bool vtkGeoLineRepresentation::CoordinatesInArrays [protected] |
Definition at line 138 of file vtkGeoLineRepresentation.h.