58 #ifndef vtkQuadricDecimation_h 59 #define vtkQuadricDecimation_h 149 void InitializeQuadrics(
vtkIdType numPts);
152 void AddBoundaryConstraints(
void);
164 double ComputeCost(
vtkIdType edgeId,
double *x);
165 double ComputeCost2(
vtkIdType edgeId,
double *x);
177 int TrianglePlaneCheck(
const double t0[3],
const double t1[3],
178 const double t2[3],
const double *x);
179 void ComputeNumberOfComponents(
void);
185 void SetPointAttributeArray(
vtkIdType ptId,
const double *x);
186 void GetPointAttributeArray(
vtkIdType ptId,
double *x);
191 void GetAttributeComponents();
226 int AttributeComponents[6];
227 double AttributeScale[6];
represent and manipulate point attribute data
vtksys_stl::pair< boost::graph_traits< vtkGraph * >::edge_iterator, boost::graph_traits< vtkGraph * >::edge_iterator > edges(vtkGraph *g)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSCORE_EXPORT
#define vtkGetMacro(name, type)
vtkDoubleArray * TargetPoints
vtkIdList * CollapseCellIds
int NumberOfEdgeCollapses
ErrorQuadric * ErrorQuadrics
#define vtkSetClampMacro(name, type, min, max)
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkTypeMacro(thisClass, superclass)
keep track of edges (edge is pair of integer id's)
dynamic, self-adjusting array of double
a list of ids arranged in priority order
static vtkPolyDataAlgorithm * New()
reduce the number of triangles in a mesh
void PrintSelf(ostream &os, vtkIndent indent)
vtkIdList * EndPoint2List
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
list of point or cell ids
vtkIdList * EndPoint1List
#define vtkBooleanMacro(name, type)
vtkPriorityQueue * EdgeCosts
#define vtkSetMacro(name, type)