generate a Reeb graph from a scalar field defined on a vtkUnstructuredGrid.
More...
#include <vtkUnstructuredGridToReebGraphFilter.h>
Inherits vtkDirectedGraphAlgorithm.
generate a Reeb graph from a scalar field defined on a vtkUnstructuredGrid.
The filter will first try to pull as a scalar field the vtkDataArray with Id 'fieldId' of the mesh's vtkPointData. If this field does not exist, the filter will use the vtkElevationFilter to generate a default scalar field.
- Tests:
- vtkUnstructuredGridToReebGraphFilter (Tests)
Definition at line 36 of file vtkUnstructuredGridToReebGraphFilter.h.
vtkUnstructuredGridToReebGraphFilter::vtkUnstructuredGridToReebGraphFilter |
( |
| ) |
|
|
protected |
vtkUnstructuredGridToReebGraphFilter::~vtkUnstructuredGridToReebGraphFilter |
( |
| ) |
|
|
protected |
static int vtkUnstructuredGridToReebGraphFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkUnstructuredGridToReebGraphFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkUnstructuredGridToReebGraphFilter::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkUnstructuredGridToReebGraphFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkUnstructuredGridToReebGraphFilter::SetFieldId |
( |
int |
| ) |
|
|
virtual |
Set the scalar field id (default = 0).
virtual int vtkUnstructuredGridToReebGraphFilter::GetFieldId |
( |
| ) |
|
|
virtual |
Set the scalar field id (default = 0).
vtkReebGraph* vtkUnstructuredGridToReebGraphFilter::GetOutput |
( |
| ) |
|
int vtkUnstructuredGridToReebGraphFilter::FillInputPortInformation |
( |
int |
portNumber, |
|
|
vtkInformation * |
|
|
) |
| |
|
protected |
int vtkUnstructuredGridToReebGraphFilter::FillOutputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protected |
int vtkUnstructuredGridToReebGraphFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkUnstructuredGridToReebGraphFilter::FieldId |
|
protected |
The documentation for this class was generated from the following file: