#include <VISU_LabelPointsFilter.hxx>
Public Member Functions |
| | vtkTypeMacro (VISU_LabelPointsFilter, vtkPolyDataAlgorithm) |
| void | SetPointsNb (int theNb) |
| int | GetPointsNb () const |
Static Public Member Functions |
| static VISU_LabelPointsFilter * | New () |
Protected Member Functions |
| | VISU_LabelPointsFilter () |
| virtual | ~VISU_LabelPointsFilter () |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
| void | TraverseAndMark (vtkIdList *theWave, vtkIdList *theWave2, int *theVisited, vtkIdType *thePointMap, int &theRegionNumber, vtkIdType &thePointNumber, vtkPolyData *theMesh) |
| int | GetRegions (vtkPolyData *theInput, vtkPolyData *theOutput) |
Protected Attributes |
| int | myPointsNb |
Constructor & Destructor Documentation
| VISU_LabelPointsFilter::VISU_LabelPointsFilter |
( |
| ) |
[protected] |
| VISU_LabelPointsFilter::~VISU_LabelPointsFilter |
( |
| ) |
[protected, virtual] |
Member Function Documentation
| void VISU_LabelPointsFilter::SetPointsNb |
( |
int |
theNb | ) |
|
| int VISU_LabelPointsFilter.GetPointsNb |
( |
| ) |
const |
| virtual int VISU_LabelPointsFilter.RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| [protected, virtual] |
| int VISU_LabelPointsFilter::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| [protected, virtual] |
| void VISU_LabelPointsFilter::TraverseAndMark |
( |
vtkIdList * |
theWave, |
|
|
vtkIdList * |
theWave2, |
|
|
int * |
theVisited, |
|
|
vtkIdType * |
thePointMap, |
|
|
int & |
theRegionNumber, |
|
|
vtkIdType & |
thePointNumber, |
|
|
vtkPolyData * |
theMesh |
|
) |
| [protected] |
| int VISU_LabelPointsFilter::GetRegions |
( |
vtkPolyData * |
theInput, |
|
|
vtkPolyData * |
theOutput |
|
) |
| [protected] |
Field Documentation