Cells filter according to the given set of cells ids.
More...
#include <IVtkTools_SubPolyDataFilter.hxx>
Cells filter according to the given set of cells ids.
◆ IVtkTools_SubPolyDataFilter()
IVtkTools_SubPolyDataFilter::IVtkTools_SubPolyDataFilter |
( |
| ) |
|
|
protected |
◆ ~IVtkTools_SubPolyDataFilter()
virtual IVtkTools_SubPolyDataFilter::~IVtkTools_SubPolyDataFilter |
( |
| ) |
|
|
protectedvirtual |
◆ AddData() [1/2]
void IVtkTools_SubPolyDataFilter::AddData |
( |
const IVtk_IdTypeMap | theSet | ) |
|
Add ids to be passed through this filter.
◆ AddData() [2/2]
Add ids to be passed through this filter.
◆ Clear()
void IVtkTools_SubPolyDataFilter::Clear |
( |
| ) |
|
Clear ids set to be passed through this filter.
◆ PrintSelf()
void IVtkTools_SubPolyDataFilter::PrintSelf |
( |
std::ostream & | theOs, |
|
|
vtkIndent | theIndent ) |
◆ RequestData()
virtual int IVtkTools_SubPolyDataFilter::RequestData |
( |
vtkInformation * | , |
|
|
vtkInformationVector ** | , |
|
|
vtkInformationVector * | ) |
|
overrideprotectedvirtual |
Filter cells according to the given set of ids. Note: Data arrays are not passed through if filtering is turned on.
Reimplemented in IVtkTools_DisplayModeFilter.
◆ SetData() [1/2]
void IVtkTools_SubPolyDataFilter::SetData |
( |
const IVtk_IdTypeMap | theSet | ) |
|
Set ids to be passed through this filter.
◆ SetData() [2/2]
Set ids to be passed through this filter.
◆ SetDoFiltering()
void IVtkTools_SubPolyDataFilter::SetDoFiltering |
( |
const bool | theDoFiltering | ) |
|
◆ SetIdsArrayName()
void IVtkTools_SubPolyDataFilter::SetIdsArrayName |
( |
const char * | theArrayName | ) |
|
◆ vtkTypeMacro()
◆ myDoFiltering
bool IVtkTools_SubPolyDataFilter::myDoFiltering |
|
protected |
◆ myIdsArrayName
const char* IVtkTools_SubPolyDataFilter::myIdsArrayName |
|
protected |
◆ myIdsSet
Set of ids to be passed through this filter.
◆ myToCopyNormals
bool IVtkTools_SubPolyDataFilter::myToCopyNormals |
|
protected |
The documentation for this class was generated from the following file: