vtkImageConnectivity Class Reference
#include <vtkImageConnectivity.h>
List of all members.
Public Member Functions |
| int | GetFunction () |
| const char * | GetFunctionString () |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| void | SetFunction (int func) |
| | Function.
|
| void | SetFunctionToChangeIsland () |
| void | SetFunctionToIdentifyIslands () |
| void | SetFunctionToMeasureIsland () |
| void | SetFunctionToRemoveIslands () |
| void | SetFunctionToSaveIsland () |
| | vtkBooleanMacro (SliceBySlice, int) |
| | vtkGetMacro (MaxForeground, short) |
| | vtkGetMacro (MinForeground, short) |
| | vtkGetMacro (Background, short) |
| | vtkGetMacro (MinSize, int) |
| | vtkGetMacro (OutputLabel, int) |
| | vtkGetMacro (SliceBySlice, int) |
| | vtkGetMacro (LargestIslandSize, int) |
| | vtkGetMacro (IslandSize, int) |
| | outputs of MeasureIsland
|
| | vtkGetVector3Macro (Seed, int) |
| | vtkSetMacro (MaxForeground, short) |
| | vtkSetMacro (MinForeground, short) |
| | vtkSetMacro (Background, short) |
| | vtkSetMacro (MinSize, int) |
| | vtkSetMacro (OutputLabel, int) |
| | vtkSetMacro (SliceBySlice, int) |
| | vtkSetMacro (LargestIslandSize, int) |
| | vtkSetMacro (IslandSize, int) |
| | vtkSetVector3Macro (Seed, int) |
| | vtkTypeRevisionMacro (vtkImageConnectivity, vtkImageToImageFilter) |
Static Public Member Functions |
| static vtkImageConnectivity * | New () |
Protected Member Functions |
| void | ExecuteData (vtkDataObject *) |
| | vtkImageConnectivity () |
| | ~vtkImageConnectivity () |
Protected Attributes |
| short | Background |
| int | Function |
| int | IslandSize |
| int | LargestIslandSize |
| short | MaxForeground |
| short | MinForeground |
| int | MinSize |
| int | OutputLabel |
| int | Seed [3] |
| int | SliceBySlice |
Private Member Functions |
| void | operator= (const vtkImageConnectivity &) |
| | vtkImageConnectivity (const vtkImageConnectivity &) |
Constructor & Destructor Documentation
| vtkImageConnectivity::vtkImageConnectivity |
( |
|
) |
[protected] |
References Background, CONNECTIVITY_MEASURE, Function, IslandSize, LargestIslandSize, MaxForeground, MinForeground, MinSize, OutputLabel, Seed, and SliceBySlice.
| vtkImageConnectivity::~vtkImageConnectivity |
( |
|
) |
[inline, protected] |
Member Function Documentation
| void vtkImageConnectivity::ExecuteData |
( |
vtkDataObject * |
|
) |
[protected] |
| int vtkImageConnectivity::GetFunction |
( |
|
) |
[inline] |
| const char * vtkImageConnectivity::GetFunctionString |
( |
|
) |
|
| void vtkImageConnectivity::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent | |
|
) |
| | |
| void vtkImageConnectivity::SetFunction |
( |
int |
func |
) |
[inline] |
| void vtkImageConnectivity::SetFunctionToChangeIsland |
( |
|
) |
[inline] |
| void vtkImageConnectivity::SetFunctionToIdentifyIslands |
( |
|
) |
[inline] |
| void vtkImageConnectivity::SetFunctionToMeasureIsland |
( |
|
) |
[inline] |
| void vtkImageConnectivity::SetFunctionToRemoveIslands |
( |
|
) |
[inline] |
| void vtkImageConnectivity::SetFunctionToSaveIsland |
( |
|
) |
[inline] |
| vtkImageConnectivity::vtkGetMacro |
( |
Background |
, |
|
|
short |
| |
|
) |
| | |
| vtkImageConnectivity::vtkGetMacro |
( |
MinSize |
, |
|
|
int |
| |
|
) |
| | |
| vtkImageConnectivity::vtkGetVector3Macro |
( |
Seed |
, |
|
|
int |
| |
|
) |
| | |
| vtkImageConnectivity::vtkSetMacro |
( |
Background |
, |
|
|
short |
| |
|
) |
| | |
| vtkImageConnectivity::vtkSetMacro |
( |
MinSize |
, |
|
|
int |
| |
|
) |
| | |
| vtkImageConnectivity::vtkSetVector3Macro |
( |
Seed |
, |
|
|
int |
| |
|
) |
| | |
Member Data Documentation
The documentation for this class was generated from the following files: