Utility functions to ease working with branches and surfaces.
More...
#include <vtkvmtkPolyDataBranchUtilities.h>
Utility functions to ease working with branches and surfaces.
- Date
- 2006/04/06 16:46:43
- Revision
- 1.3
- ExtractGroup: Extract a single surface branch group from a surface which has already been grouped.
- GetGroupIdsList: get the group ids which are contained within a grouped surface as a vtkIdList.
Definition at line 39 of file vtkvmtkPolyDataBranchUtilities.h.
◆ Superclass
◆ vtkvmtkPolyDataBranchUtilities()
vtkvmtkPolyDataBranchUtilities::vtkvmtkPolyDataBranchUtilities |
( |
| ) |
|
|
inlineprotected |
◆ ~vtkvmtkPolyDataBranchUtilities()
vtkvmtkPolyDataBranchUtilities::~vtkvmtkPolyDataBranchUtilities |
( |
| ) |
|
|
inlineprotected |
◆ IsTypeOf()
static int vtkvmtkPolyDataBranchUtilities::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkvmtkPolyDataBranchUtilities::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ NewInstanceInternal()
virtual vtkObjectBase* vtkvmtkPolyDataBranchUtilities::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
◆ NewInstance()
◆ New()
◆ GetGroupsIdList()
static void vtkvmtkPolyDataBranchUtilities::GetGroupsIdList |
( |
vtkPolyData * |
surface, |
|
|
const char * |
groupIdsArrayName, |
|
|
vtkIdList * |
groupIds |
|
) |
| |
|
static |
◆ ExtractGroup()
static void vtkvmtkPolyDataBranchUtilities::ExtractGroup |
( |
vtkPolyData * |
surface, |
|
|
const char * |
groupIdsArrayName, |
|
|
vtkIdType |
groupId, |
|
|
bool |
cleanGroupSurface, |
|
|
vtkPolyData * |
groupSurface |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: