17#ifndef vtkCellGridElevation_h
18#define vtkCellGridElevation_h
21#include "vtkFiltersCellGridModule.h"
24VTK_ABI_NAMESPACE_BEGIN
62 vtkSetVector3Macro(
Axis,
double);
63 vtkGetVector3Macro(
Axis,
double);
82 double Axis[3] = { 0., 0., 1. };
A cell-grid query for creating an "elevation" field.
Adds a cell attribute representing elevation.
vtkCellGridElevation()=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *ouInfo) override
This is called by the superclass.
vtkNew< vtkCellGridElevationQuery > Request
~vtkCellGridElevation() override=default
static vtkCellGridElevation * New()
a simple class to control print indentation
Allocate and hold a VTK object.