VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
vtkPProjectSphereFilter Class Reference

A filter to 'unroll' a sphere. The unroll longitude is -180. More...

#include <vtkPProjectSphereFilter.h>

Inheritance diagram for vtkPProjectSphereFilter:
[legend]
Collaboration diagram for vtkPProjectSphereFilter:
[legend]

Public Types

typedef vtkProjectSphereFilter Superclass
 
- Public Types inherited from vtkProjectSphereFilter
typedef vtkPointSetAlgorithm Superclass
 

Public Member Functions

virtual int IsA (const char *type)
 
vtkPProjectSphereFilterNewInstance () const
 
virtual void PrintSelf (ostream &os, vtkIndent indent)
 
- Public Member Functions inherited from vtkProjectSphereFilter
vtkProjectSphereFilterNewInstance () const
 
virtual void SetCenter (double, double, double)
 
virtual void SetCenter (double[3])
 
virtual double * GetCenter ()
 
virtual void GetCenter (double data[3])
 
virtual bool GetKeepPolePoints ()
 
virtual void SetKeepPolePoints (bool)
 
virtual void KeepPolePointsOn ()
 
virtual void KeepPolePointsOff ()
 
virtual bool GetTranslateZ ()
 
virtual void SetTranslateZ (bool)
 
virtual void TranslateZOn ()
 
virtual void TranslateZOff ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkPProjectSphereFilterSafeDownCast (vtkObjectBase *o)
 
static vtkPProjectSphereFilterNew ()
 
- Static Public Member Functions inherited from vtkProjectSphereFilter
static int IsTypeOf (const char *type)
 
static vtkProjectSphereFilterSafeDownCast (vtkObjectBase *o)
 
static vtkProjectSphereFilterNew ()
 

Protected Member Functions

virtual vtkObjectBase * NewInstanceInternal () const
 
 vtkPProjectSphereFilter ()
 
 ~vtkPProjectSphereFilter ()
 
virtual void ComputePointsClosestToCenterLine (double, vtkIdList *)
 
virtual double GetZTranslation (vtkPointSet *input)
 
- Protected Member Functions inherited from vtkProjectSphereFilter
 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)
 

Detailed Description

A filter to 'unroll' a sphere. The unroll longitude is -180.

Definition at line 28 of file vtkPProjectSphereFilter.h.

Member Typedef Documentation

Definition at line 32 of file vtkPProjectSphereFilter.h.

Constructor & Destructor Documentation

vtkPProjectSphereFilter::vtkPProjectSphereFilter ( )
protected
vtkPProjectSphereFilter::~vtkPProjectSphereFilter ( )
protected

Member Function Documentation

static int vtkPProjectSphereFilter::IsTypeOf ( const char *  type)
static
virtual int vtkPProjectSphereFilter::IsA ( const char *  type)
virtual

Reimplemented from vtkProjectSphereFilter.

static vtkPProjectSphereFilter* vtkPProjectSphereFilter::SafeDownCast ( vtkObjectBase *  o)
static
virtual vtkObjectBase* vtkPProjectSphereFilter::NewInstanceInternal ( ) const
protectedvirtual

Reimplemented from vtkProjectSphereFilter.

vtkPProjectSphereFilter* vtkPProjectSphereFilter::NewInstance ( ) const
virtual void vtkPProjectSphereFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
virtual

Reimplemented from vtkProjectSphereFilter.

static vtkPProjectSphereFilter* vtkPProjectSphereFilter::New ( )
static
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: