Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkPVPlaneCutter Class Reference

Slice with plane filter. More...

#include <vtkPVPlaneCutter.h>

Inherits vtkPlaneCutter.

Collaboration diagram for vtkPVPlaneCutter:
Collaboration graph
[legend]

Public Types

typedef vtkPlaneCutter Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent) override
 
int ProcessRequest (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
virtual bool GetDual ()
 @ More...
 
virtual void SetDual (bool)
 
virtual void SetLevelOfResolution (int)
 Sets the level of resolution. More...
 
virtual int GetLevelOfResolution ()
 Sets the level of resolution. More...
 
virtual void SetUseNativeCutter (bool)
 Sets if plane cutter is used instead of the specialized AMR cutter. More...
 
virtual bool GetUseNativeCutter ()
 Sets if plane cutter is used instead of the specialized AMR cutter. More...
 
virtual void UseNativeCutterOn ()
 Sets if plane cutter is used instead of the specialized AMR cutter. More...
 
virtual void UseNativeCutterOff ()
 Sets if plane cutter is used instead of the specialized AMR cutter. More...
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkPVPlaneCutterSafeDownCast (vtkObject *o)
 
static vtkPVPlaneCutterNew ()
 

Protected Member Functions

 vtkPVPlaneCutter ()
 
 ~vtkPVPlaneCutter () override
 
int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
int RequestDataObject (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
 
int FillInputPortInformation (int, vtkInformation *info) override
 
int FillOutputPortInformation (int, vtkInformation *info) override
 

Protected Attributes

bool Dual = false
 
int LevelOfResolution = 0
 
bool UseNativeCutter = true
 
vtkNew< vtkAMRCutPlaneAMRPlaneCutter
 
vtkNew< vtkAMRSliceFilterAMRAxisAlignedPlaneCutter
 
vtkNew< vtkHyperTreeGridPlaneCutter > HTGPlaneCutter
 
vtkNew< vtkHyperTreeGridAxisCutHTGAxisAlignedPlaneCutter
 

Detailed Description

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.

Member Typedef Documentation

◆ Superclass

typedef vtkPlaneCutter vtkPVPlaneCutter::Superclass

Definition at line 25 of file vtkPVPlaneCutter.h.

Constructor & Destructor Documentation

◆ vtkPVPlaneCutter()

vtkPVPlaneCutter::vtkPVPlaneCutter ( )
protected

◆ ~vtkPVPlaneCutter()

vtkPVPlaneCutter::~vtkPVPlaneCutter ( )
overrideprotected

Member Function Documentation

◆ 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()

static vtkPVPlaneCutter* vtkPVPlaneCutter::SafeDownCast ( vtkObject o)
static

◆ PrintSelf()

void vtkPVPlaneCutter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
override

◆ New()

static vtkPVPlaneCutter* vtkPVPlaneCutter::New ( )
static

◆ ProcessRequest()

int vtkPVPlaneCutter::ProcessRequest ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
override

◆ 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()

int vtkPVPlaneCutter::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
overrideprotected

◆ RequestDataObject()

int vtkPVPlaneCutter::RequestDataObject ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
)
overrideprotected

◆ FillInputPortInformation()

int vtkPVPlaneCutter::FillInputPortInformation ( int  ,
vtkInformation info 
)
overrideprotected

◆ FillOutputPortInformation()

int vtkPVPlaneCutter::FillOutputPortInformation ( int  ,
vtkInformation info 
)
overrideprotected

Member Data Documentation

◆ Dual

bool vtkPVPlaneCutter::Dual = false
protected

Definition at line 80 of file vtkPVPlaneCutter.h.

◆ LevelOfResolution

int vtkPVPlaneCutter::LevelOfResolution = 0
protected

Definition at line 81 of file vtkPVPlaneCutter.h.

◆ UseNativeCutter

bool vtkPVPlaneCutter::UseNativeCutter = true
protected

Definition at line 82 of file vtkPVPlaneCutter.h.

◆ AMRPlaneCutter

vtkNew<vtkAMRCutPlane> vtkPVPlaneCutter::AMRPlaneCutter
protected

Definition at line 84 of file vtkPVPlaneCutter.h.

◆ AMRAxisAlignedPlaneCutter

vtkNew<vtkAMRSliceFilter> vtkPVPlaneCutter::AMRAxisAlignedPlaneCutter
protected

Definition at line 85 of file vtkPVPlaneCutter.h.

◆ HTGPlaneCutter

vtkNew<vtkHyperTreeGridPlaneCutter> vtkPVPlaneCutter::HTGPlaneCutter
protected

Definition at line 86 of file vtkPVPlaneCutter.h.

◆ HTGAxisAlignedPlaneCutter

vtkNew<vtkHyperTreeGridAxisCut> vtkPVPlaneCutter::HTGAxisAlignedPlaneCutter
protected

Definition at line 87 of file vtkPVPlaneCutter.h.


The documentation for this class was generated from the following file: