Documentation for vtkExtractGeometry

vtkExtractGeometry - extract cells that lie either entirely inside or outside of a specified implicit function

Super Class: vtkDataSetToUnstructuredGridFilter

Description:

vtkExtractGeometry extracts from its input dataset all cells that are either completely inside or outside of a specified implicit function. Any type of dataset can be input to this filter. On output the filter generates an unstructured grid.

 

See Also:

vtkGeometryFilter vtkExtractVOI

 

Methods:

void vtkExtractGeometry (vtkImplicitFunction *)
void vtkExtractGeometry ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
static vtkExtractGeometry *New ()
unsigned long GetMTime ()
void SetImplicitFunction (vtkImplicitFunction *)
vtkImplicitFunction *GetImplicitFunction ()
void SetExtractInside (int )
int GetExtractInside ()
void ExtractInsideOn ()
void ExtractInsideOff ()
void Execute ()

 

Detailed Method Descriptions:

Construct object with ExtractInside turned on.

static vtkExtractGeometry *New ()

Return the MTime taking into account changes to the implicit function

unsigned long GetMTime ()

Specify the implicit function for inside/outside checks.

void SetImplicitFunction (vtkImplicitFunction *)
vtkImplicitFunction *GetImplicitFunction ()

Boolean controls whether to extract cells that are inside of implicit function (ExtractInside == 1) or outside of implicit function (ExtractInside == 0).

void SetExtractInside (int )
int GetExtractInside ()
void ExtractInsideOn ()
void ExtractInsideOff ()