Slice with plane filter.
More...
#include <vtkPVPlaneCutter.h>
Inherits vtkPlaneCutter.
Slice with plane filter.
This is a subclass of vtkPlaneCutter that allows selection of input vtkHyperTreeGrid, vtkOverlappingAMR.
Definition at line 22 of file vtkPVPlaneCutter.h.
◆ Superclass
◆ vtkPVPlaneCutter()
vtkPVPlaneCutter::vtkPVPlaneCutter |
( |
| ) |
|
|
protected |
◆ ~vtkPVPlaneCutter()
vtkPVPlaneCutter::~vtkPVPlaneCutter |
( |
| ) |
|
|
overrideprotected |
◆ GetClassName()
virtual const char* vtkPVPlaneCutter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkPVPlaneCutter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkPVPlaneCutter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkPVPlaneCutter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
|
override |
◆ New()
◆ ProcessRequest()
◆ GetDual()
virtual bool vtkPVPlaneCutter::GetDual |
( |
| ) |
|
|
virtual |
@
If set to true, the dual grid is used for cutting.
Default is false.
Note: Only used for cutting hyper tree grids.
◆ SetDual()
virtual void vtkPVPlaneCutter::SetDual |
( |
bool |
| ) |
|
|
virtual |
◆ SetLevelOfResolution()
virtual void vtkPVPlaneCutter::SetLevelOfResolution |
( |
int |
| ) |
|
|
virtual |
Sets the level of resolution.
Default is 0.
Note: Only used for cutting overlapping AMR.
◆ GetLevelOfResolution()
virtual int vtkPVPlaneCutter::GetLevelOfResolution |
( |
| ) |
|
|
virtual |
Sets the level of resolution.
Default is 0.
Note: Only used for cutting overlapping AMR.
◆ SetUseNativeCutter()
virtual void vtkPVPlaneCutter::SetUseNativeCutter |
( |
bool |
| ) |
|
|
virtual |
Sets if plane cutter is used instead of the specialized AMR cutter.
Default is true.
Note: Only used for cutting overlapping AMR.
◆ GetUseNativeCutter()
virtual bool vtkPVPlaneCutter::GetUseNativeCutter |
( |
| ) |
|
|
virtual |
Sets if plane cutter is used instead of the specialized AMR cutter.
Default is true.
Note: Only used for cutting overlapping AMR.
◆ UseNativeCutterOn()
virtual void vtkPVPlaneCutter::UseNativeCutterOn |
( |
| ) |
|
|
virtual |
Sets if plane cutter is used instead of the specialized AMR cutter.
Default is true.
Note: Only used for cutting overlapping AMR.
◆ UseNativeCutterOff()
virtual void vtkPVPlaneCutter::UseNativeCutterOff |
( |
| ) |
|
|
virtual |
Sets if plane cutter is used instead of the specialized AMR cutter.
Default is true.
Note: Only used for cutting overlapping AMR.
◆ RequestData()
◆ RequestDataObject()
◆ FillInputPortInformation()
◆ FillOutputPortInformation()
◆ Dual
bool vtkPVPlaneCutter::Dual = false |
|
protected |
◆ LevelOfResolution
int vtkPVPlaneCutter::LevelOfResolution = 0 |
|
protected |
◆ UseNativeCutter
bool vtkPVPlaneCutter::UseNativeCutter = true |
|
protected |
◆ AMRPlaneCutter
◆ AMRAxisAlignedPlaneCutter
◆ HTGPlaneCutter
vtkNew<vtkHyperTreeGridPlaneCutter> vtkPVPlaneCutter::HTGPlaneCutter |
|
protected |
◆ HTGAxisAlignedPlaneCutter
The documentation for this class was generated from the following file: