A filter to 'unroll' a sphere. The unroll longitude is -180.
More...
#include <vtkProjectSphereFilter.h>
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| 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) |
|
virtual double | GetZTranslation (vtkPointSet *input) |
|
void | SetCellInformation (vtkUnstructuredGrid *output, vtkCell *cell, vtkIdType numberOfNewCells) |
|
|
virtual void | ComputePointsClosestToCenterLine (double, vtkIdList *) |
|
|
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.
- Tests:
- vtkProjectSphereFilter (Tests)
Definition at line 38 of file vtkProjectSphereFilter.h.
vtkProjectSphereFilter::vtkProjectSphereFilter |
( |
| ) |
|
|
protected |
vtkProjectSphereFilter::~vtkProjectSphereFilter |
( |
| ) |
|
|
protected |
static int vtkProjectSphereFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkProjectSphereFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkProjectSphereFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
virtual void vtkProjectSphereFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
virtual |
virtual void vtkProjectSphereFilter::SetCenter |
( |
double |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| |
|
virtual |
Set the center of the sphere to be split. Default is 0,0,0.
virtual void vtkProjectSphereFilter::SetCenter |
( |
double |
[3] | ) |
|
|
virtual |
Set the center of the sphere to be split. Default is 0,0,0.
virtual double* vtkProjectSphereFilter::GetCenter |
( |
| ) |
|
|
virtual |
Set the center of the sphere to be split. Default is 0,0,0.
virtual void vtkProjectSphereFilter::GetCenter |
( |
double |
data[3] | ) |
|
|
virtual |
Set the center of the sphere to be split. Default is 0,0,0.
virtual bool vtkProjectSphereFilter::GetKeepPolePoints |
( |
| ) |
|
|
virtual |
Specify whether or not to keep the cells using a point at a pole. The default is false.
virtual void vtkProjectSphereFilter::SetKeepPolePoints |
( |
bool |
| ) |
|
|
virtual |
Specify whether or not to keep the cells using a point at a pole. The default is false.
virtual void vtkProjectSphereFilter::KeepPolePointsOn |
( |
| ) |
|
|
virtual |
Specify whether or not to keep the cells using a point at a pole. The default is false.
virtual void vtkProjectSphereFilter::KeepPolePointsOff |
( |
| ) |
|
|
virtual |
Specify whether or not to keep the cells using a point at a pole. The default is false.
virtual bool vtkProjectSphereFilter::GetTranslateZ |
( |
| ) |
|
|
virtual |
Specify whether (true) or not to translate the points in the projected transformation such that the input point with the smallest radius is at 0. The default is false.
virtual void vtkProjectSphereFilter::SetTranslateZ |
( |
bool |
| ) |
|
|
virtual |
Specify whether (true) or not to translate the points in the projected transformation such that the input point with the smallest radius is at 0. The default is false.
virtual void vtkProjectSphereFilter::TranslateZOn |
( |
| ) |
|
|
virtual |
Specify whether (true) or not to translate the points in the projected transformation such that the input point with the smallest radius is at 0. The default is false.
virtual void vtkProjectSphereFilter::TranslateZOff |
( |
| ) |
|
|
virtual |
Specify whether (true) or not to translate the points in the projected transformation such that the input point with the smallest radius is at 0. The default is false.
virtual int vtkProjectSphereFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
virtual int vtkProjectSphereFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkProjectSphereFilter::TransformPointInformation |
( |
vtkPointSet * |
input, |
|
|
vtkPointSet * |
output, |
|
|
vtkIdList * |
|
|
) |
| |
|
protected |
void vtkProjectSphereFilter::TransformCellInformation |
( |
vtkPointSet * |
input, |
|
|
vtkPointSet * |
output, |
|
|
vtkIdList * |
|
|
) |
| |
|
protected |
void vtkProjectSphereFilter::TransformTensors |
( |
vtkIdType |
id, |
|
|
double * |
coord, |
|
|
vtkDataSetAttributes * |
arrays |
|
) |
| |
|
protected |
virtual void vtkProjectSphereFilter::ComputePointsClosestToCenterLine |
( |
double |
, |
|
|
vtkIdList * |
|
|
) |
| |
|
inlineprotectedvirtual |
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 in vtkPProjectSphereFilter.
Definition at line 87 of file vtkProjectSphereFilter.h.
virtual double vtkProjectSphereFilter::GetZTranslation |
( |
vtkPointSet * |
input | ) |
|
|
protectedvirtual |
If TranslateZ is true then this is the method that computes the amount to translate.
Reimplemented in vtkPProjectSphereFilter.
void vtkProjectSphereFilter::SplitCell |
( |
vtkPointSet * |
input, |
|
|
vtkPointSet * |
output, |
|
|
vtkIdType |
inputCellId, |
|
|
vtkIncrementalPointLocator * |
locator, |
|
|
vtkCellArray * |
connectivity, |
|
|
int |
splitSide |
|
) |
| |
|
protected |
Split a cell into multiple cells because it stretches across the SplitLongitude. splitSide is 1 for left side and 0 for sight side.
void vtkProjectSphereFilter::SetCellInformation |
( |
vtkUnstructuredGrid * |
output, |
|
|
vtkCell * |
cell, |
|
|
vtkIdType |
numberOfNewCells |
|
) |
| |
|
protected |
The documentation for this class was generated from the following file: