VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkPProjectSphereFilter Class Reference

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

#include <vtkPProjectSphereFilter.h>

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

List of all members.

Public Types

typedef vtkProjectSphereFilter Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkPProjectSphereFilterNewInstance () const
virtual void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkPProjectSphereFilterSafeDownCast (vtkObjectBase *o)
static vtkPProjectSphereFilterNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkPProjectSphereFilter ()
 ~vtkPProjectSphereFilter ()
virtual void ComputePointsClosestToCenterLine (double, vtkIdList *)
virtual double GetZTranslation (vtkPointSet *input)

Detailed Description

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

Definition at line 28 of file vtkPProjectSphereFilter.h.


Member Typedef Documentation

Reimplemented from vtkProjectSphereFilter.

Definition at line 32 of file vtkPProjectSphereFilter.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from vtkProjectSphereFilter.

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

Reimplemented from vtkProjectSphereFilter.

Reimplemented from vtkProjectSphereFilter.

virtual vtkObjectBase* vtkPProjectSphereFilter::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkProjectSphereFilter.

Reimplemented from vtkProjectSphereFilter.

virtual void vtkPProjectSphereFilter::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 vtkProjectSphereFilter.

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

Reimplemented from vtkProjectSphereFilter.

virtual void vtkPProjectSphereFilter::ComputePointsClosestToCenterLine ( double  ,
vtkIdList  
) [protected, virtual]

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) [protected, virtual]

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: