Go to the documentation of this file.
31 #ifndef vtkViewDependentErrorMetric_h
32 #define vtkViewDependentErrorMetric_h
108 double GetError(
double *leftPoint,
double *midPoint,
109 double *rightPoint,
double alpha);
void SetViewport(vtkViewport *viewport)
#define vtkGetObjectMacro(name, type)
double GetError(double *leftPoint, double *midPoint, double *rightPoint, double alpha)
void PrintSelf(ostream &os, vtkIndent indent)
vtkCoordinate * Coordinate
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
Objects that compute error during cell tessellation.
GLsizei const GLfloat * value
void SetPixelTolerance(double value)
a simple class to control print indentation
perform coordinate transformation, and represent position, in a variety of vtk coordinate systems
vtkViewDependentErrorMetric()
#define vtkGetMacro(name, type)
abstract specification for Viewports
GLclampf GLclampf GLclampf alpha
GLint GLint GLint GLint GLint GLint y
Objects that compute a screen-based error during cell tessellation.
~vtkViewDependentErrorMetric()
int RequiresEdgeSubdivision(double *leftPoint, double *midPoint, double *rightPoint, double alpha)
#define VTKRENDERINGCORE_EXPORT
static vtkViewDependentErrorMetric * New()
double Distance2LinePoint(double x[2], double y[2], double z[2])