53 #ifndef __vtkPlaneSource_h
54 #define __vtkPlaneSource_h
83 void SetResolution(
const int xR,
const int yR);
85 xR=this->XResolution; yR=this->YResolution;};
96 void SetPoint1(
double x,
double y,
double z);
97 void SetPoint1(
double pnt[3]);
103 void SetPoint2(
double x,
double y,
double z);
104 void SetPoint2(
double pnt[3]);
112 void SetCenter(
double x,
double y,
double z);
113 void SetCenter(
double center[3]);
121 void SetNormal(
double nx,
double ny,
double nz);
122 void SetNormal(
double n[3]);
128 void Push(
double distance);
154 int UpdatePlane(
double v1[3],
double v2[3]);
void GetResolution(int &xR, int &yR)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetMacro(name, type)
GLint GLint GLint GLint GLint GLint y
#define vtkTypeMacro(thisClass, superclass)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
GLint GLint GLint GLint GLint x
GLfloat GLfloat GLfloat v2
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int OutputPointsPrecision
create an array of quadrilaterals located in a plane
#define vtkSetVector3Macro(name, type)
#define vtkGetVectorMacro(name, type, count)
GLfloat GLfloat GLfloat GLfloat nx
#define vtkSetMacro(name, type)