generate points on isosurface
More...
#include <vtkEdgePoints.h>
Inherits vtkPolyDataAlgorithm.
generate points on isosurface
vtkEdgePoints is a filter that takes as input any dataset and generates for output a set of points that lie on an isosurface. The points are created by interpolation along cells edges whose end-points are below and above the contour value.
- Warning
- vtkEdgePoints can be considered a "poor man's" dividing cubes algorithm (see vtkDividingCubes). Points are generated only on the edges of cells, not in the interior, and at lower density than dividing cubes. However, it is more general than dividing cubes since it treats any type of dataset.
- Tests:
- vtkEdgePoints (Tests)
Definition at line 40 of file vtkEdgePoints.h.
vtkEdgePoints::vtkEdgePoints |
( |
| ) |
|
|
protected |
vtkEdgePoints::~vtkEdgePoints |
( |
| ) |
|
|
protected |
static int vtkEdgePoints::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkEdgePoints::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkEdgePoints* vtkEdgePoints::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkEdgePoints::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkEdgePoints::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
Construct object with contour value of 0.0.
virtual void vtkEdgePoints::SetValue |
( |
double |
| ) |
|
|
virtual |
Set/get the contour value.
virtual double vtkEdgePoints::GetValue |
( |
| ) |
|
|
virtual |
Set/get the contour value.
virtual int vtkEdgePoints::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkEdgePoints::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
double vtkEdgePoints::Value |
|
protected |
vtkMergePoints* vtkEdgePoints::Locator |
|
protected |
The documentation for this class was generated from the following file: