A filter to 'unroll' a sphere. The unroll longitude is -180.
More...
#include <vtkPProjectSphereFilter.h>
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkPProjectSphereFilter () |
|
| ~vtkPProjectSphereFilter () |
|
virtual void | ComputePointsClosestToCenterLine (double, vtkIdList *) |
|
virtual double | GetZTranslation (vtkPointSet *input) |
|
| vtkProjectSphereFilter () |
|
| ~vtkProjectSphereFilter () |
|
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
|
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
|
void | TransformPointInformation (vtkPointSet *input, vtkPointSet *output, vtkIdList *) |
|
void | TransformCellInformation (vtkPointSet *input, vtkPointSet *output, vtkIdList *) |
|
void | TransformTensors (vtkIdType id, double *coord, vtkDataSetAttributes *arrays) |
|
void | SetCellInformation (vtkUnstructuredGrid *output, vtkCell *cell, vtkIdType numberOfNewCells) |
|
void | SplitCell (vtkPointSet *input, vtkPointSet *output, vtkIdType inputCellId, vtkIncrementalPointLocator *locator, vtkCellArray *connectivity, int splitSide) |
|
A filter to 'unroll' a sphere. The unroll longitude is -180.
Definition at line 28 of file vtkPProjectSphereFilter.h.
vtkPProjectSphereFilter::vtkPProjectSphereFilter |
( |
| ) |
|
|
protected |
vtkPProjectSphereFilter::~vtkPProjectSphereFilter |
( |
| ) |
|
|
protected |
static int vtkPProjectSphereFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkPProjectSphereFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkPProjectSphereFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual void vtkPProjectSphereFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
virtual void vtkPProjectSphereFilter::ComputePointsClosestToCenterLine |
( |
double |
, |
|
|
vtkIdList * |
|
|
) |
| |
|
protectedvirtual |
Parallel part of the algorithm to figure out the closest point to the centerline (i.e. line connecting -90 latitude to 90 latitude) if we don't build cells using points at the poles.
Reimplemented from vtkProjectSphereFilter.
virtual double vtkPProjectSphereFilter::GetZTranslation |
( |
vtkPointSet * |
input | ) |
|
|
protectedvirtual |
If TranslateZ is true then this is the method that computes the amount to translate.
Reimplemented from vtkProjectSphereFilter.
The documentation for this class was generated from the following file: