#include <VTKViewer_ShrinkFilter.h>
Public Member Functions | |
vtkTypeMacro (VTKViewer_ShrinkFilter, vtkShrinkFilter) | |
void | SetStoreMapping (int theStoreMapping) |
int | GetStoreMapping () |
virtual vtkIdType | GetNodeObjId (int theVtkID) |
virtual vtkIdType | GetElemObjId (int theVtkID) |
Static Public Member Functions | |
static VTKViewer_ShrinkFilter * | New () |
Protected Member Functions | |
VTKViewer_ShrinkFilter () | |
~VTKViewer_ShrinkFilter () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | UnstructuredGridExecute () |
Private Types | |
typedef std::vector< vtkIdType > | TVectorId |
Private Attributes | |
int | myStoreMapping |
TVectorId | myVTK2ObjIds |
Shrink cells composing an arbitrary data set.
|
private |
|
protected |
Constructor. Sets store mapping to zero.
|
protected |
Destructor.
|
inlinevirtual |
Return element id by vtk id.
|
virtual |
Return node object id by vtk node id.
-1 | - if no object, else return id. |
References myVTK2ObjIds.
|
inline |
Gets store mapping flag.
|
static |
Create new instance of VTKViewer_ShrinkFilter.
|
protectedvirtual |
Execute method. Calculate output.
References myStoreMapping, and myVTK2ObjIds.
void VTKViewer_ShrinkFilter::SetStoreMapping | ( | int | theStoreMapping | ) |
Sets store mapping.
References myStoreMapping.
|
protected |
Not implemented.
VTKViewer_ShrinkFilter::vtkTypeMacro | ( | VTKViewer_ShrinkFilter | , |
vtkShrinkFilter | |||
) |
|
private |
|
private |