Decimate a polyline.
More...
#include <Code/ExternalCode/MegaVTK/vtkRenderingAddOn/vtkPolylineDecimation.h>
Decimate a polyline.
- Note
- With the git version of VTK, this class does not make any sense (the code has been contributed back to VTK)
Definition at line 52 of file vtkPolylineDecimation.h.
vtkPolylineDecimation::vtkPolylineDecimation |
( |
| ) |
|
|
protected |
vtkPolylineDecimation::~vtkPolylineDecimation |
( |
| ) |
|
|
protected |
double vtkPolylineDecimation::ComputeError |
( |
vtkPolyData * |
input, |
|
|
int |
prev, |
|
|
int |
id, |
|
|
int |
next |
|
) |
| |
|
protected |
int vtkPolylineDecimation::GetNext |
( |
const int & |
iId | ) |
|
|
protected |
int vtkPolylineDecimation::GetPrev |
( |
const int & |
iId | ) |
|
|
protected |
Instantiate this object with a target reduction of 0.90.
void vtkPolylineDecimation::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
int vtkPolylineDecimation::RequestData |
( |
vtkInformation * |
vtkNotUsedrequest, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protected |
void vtkPolylineDecimation::UpdateError |
( |
vtkPolyData * |
input, |
|
|
const int & |
iId |
|
) |
| |
|
protected |
Get the target reduction.
vtkPolylineDecimation::vtkSetClampMacro |
( |
TargetReduction |
, |
|
|
double |
, |
|
|
0. |
0, |
|
|
1. |
0 |
|
) |
| |
Specify the desired reduction in the total number of polygons (e.g., if TargetReduction is set to 0.9, this filter will try to reduce the data set to 10% of its original size)
bool vtkPolylineDecimation::Closed |
|
protected |
vtkPriorityQueue* vtkPolylineDecimation::PriorityQueue |
|
protected |
double vtkPolylineDecimation::TargetReduction |
|
protected |
std::map< int, double > vtkPolylineDecimation::VertexErrorMap |
|
protected |
The documentation for this class was generated from the following files: