VTK
|
A filter to 'unroll' a sphere. The unroll longitude is -180. More...
#include <vtkPProjectSphereFilter.h>
Public Types | |
typedef vtkProjectSphereFilter | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkPProjectSphereFilter * | NewInstance () const |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkPProjectSphereFilter * | SafeDownCast (vtkObjectBase *o) |
static vtkPProjectSphereFilter * | New () |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkPProjectSphereFilter () | |
~vtkPProjectSphereFilter () | |
virtual void | ComputePointsClosestToCenterLine (double, vtkIdList *) |
virtual double | GetZTranslation (vtkPointSet *input) |
A filter to 'unroll' a sphere. The unroll longitude is -180.
Definition at line 28 of file vtkPProjectSphereFilter.h.
Reimplemented from vtkProjectSphereFilter.
Definition at line 32 of file vtkPProjectSphereFilter.h.
vtkPProjectSphereFilter::vtkPProjectSphereFilter | ( | ) | [protected] |
vtkPProjectSphereFilter::~vtkPProjectSphereFilter | ( | ) | [protected] |
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.
static vtkPProjectSphereFilter* vtkPProjectSphereFilter::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
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.
static vtkPProjectSphereFilter* vtkPProjectSphereFilter::New | ( | ) | [static] |
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.