23 #ifndef vtkProjectSphereFilter_h 24 #define vtkProjectSphereFilter_h 26 #include "vtkFiltersGeometryModule.h" 49 vtkSetVector3Macro(Center,
double);
50 vtkGetVectorMacro(Center,
double,3);
58 vtkGetMacro(KeepPolePoints,
bool);
69 vtkGetMacro(TranslateZ,
bool);
81 vtkInformationVector *) VTK_OVERRIDE;
92 virtual
void ComputePointsClosestToCenterLine(
double, vtkIdList*)
109 void SetCellInformation(
117 const double SplitLongitude;
122 #endif // vtkProjectSphereFilter_h
Abstract class in support of both point location and point insertion.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class for specifying dataset behavior
abstract class to specify cell behavior
a simple class to control print indentation
list of point or cell ids
dataset represents arbitrary combinations of all possible cell types
Superclass for algorithms that produce output of the same type as input.
represent and manipulate attribute data in a dataset
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
object to represent cell connectivity
static vtkPointSetAlgorithm * New()
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
A filter to 'unroll' a sphere.