A meta filter that combines vtkAMRConnectivity, vtkAMRFragmentIntegration, vtkAMRDualContour, vtkExtractCTHPart to allow all the fragment analysis in one easy UI.
More...
#include <vtkAMRFragmentsFilter.h>
Inherits vtkMultiBlockDataSetAlgorithm.
A meta filter that combines vtkAMRConnectivity, vtkAMRFragmentIntegration, vtkAMRDualContour, vtkExtractCTHPart to allow all the fragment analysis in one easy UI.
Input 0: The AMR Volume
Output 0: A multiblock containing tables of fragments, one block for each requested material
Definition at line 40 of file vtkAMRFragmentsFilter.h.
◆ Superclass
◆ vtkAMRFragmentsFilter()
vtkAMRFragmentsFilter::vtkAMRFragmentsFilter |
( |
| ) |
|
|
protected |
◆ ~vtkAMRFragmentsFilter()
virtual vtkAMRFragmentsFilter::~vtkAMRFragmentsFilter |
( |
| ) |
|
|
protectedvirtual |
◆ New()
◆ GetClassName()
virtual const char* vtkAMRFragmentsFilter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkAMRFragmentsFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkAMRFragmentsFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkAMRFragmentsFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ AddInputVolumeArrayToProcess()
void vtkAMRFragmentsFilter::AddInputVolumeArrayToProcess |
( |
const char * |
name | ) |
|
Add to list of volume arrays to find connected fragments.
◆ ClearInputVolumeArrayToProcess()
void vtkAMRFragmentsFilter::ClearInputVolumeArrayToProcess |
( |
| ) |
|
Add to list of volume arrays to find connected fragments.
◆ AddInputMassArrayToProcess()
void vtkAMRFragmentsFilter::AddInputMassArrayToProcess |
( |
const char * |
name | ) |
|
Add to list of mass arrays.
◆ ClearInputMassArrayToProcess()
void vtkAMRFragmentsFilter::ClearInputMassArrayToProcess |
( |
| ) |
|
Add to list of mass arrays.
◆ AddInputVolumeWeightedArrayToProcess()
void vtkAMRFragmentsFilter::AddInputVolumeWeightedArrayToProcess |
( |
const char * |
name | ) |
|
Add to list of volume weighted arrays.
◆ ClearInputVolumeWeightedArrayToProcess()
void vtkAMRFragmentsFilter::ClearInputVolumeWeightedArrayToProcess |
( |
| ) |
|
Add to list of volume weighted arrays.
◆ AddInputMassWeightedArrayToProcess()
void vtkAMRFragmentsFilter::AddInputMassWeightedArrayToProcess |
( |
const char * |
name | ) |
|
Add to list of mass weighted arrays.
◆ ClearInputMassWeightedArrayToProcess()
void vtkAMRFragmentsFilter::ClearInputMassWeightedArrayToProcess |
( |
| ) |
|
Add to list of mass weighted arrays.
◆ SetExtractSurface()
virtual void vtkAMRFragmentsFilter::SetExtractSurface |
( |
bool |
| ) |
|
|
virtual |
Whether or not to extract a surface.
◆ GetExtractSurface()
virtual bool vtkAMRFragmentsFilter::GetExtractSurface |
( |
| ) |
|
|
virtual |
Whether or not to extract a surface.
◆ ExtractSurfaceOn()
virtual void vtkAMRFragmentsFilter::ExtractSurfaceOn |
( |
| ) |
|
|
virtual |
Whether or not to extract a surface.
◆ ExtractSurfaceOff()
virtual void vtkAMRFragmentsFilter::ExtractSurfaceOff |
( |
| ) |
|
|
virtual |
Whether or not to extract a surface.
◆ SetUseWatertightSurface()
virtual void vtkAMRFragmentsFilter::SetUseWatertightSurface |
( |
bool |
| ) |
|
|
virtual |
Whether or not to use water-tight algorithm for the surface.
◆ GetUseWatertightSurface()
virtual bool vtkAMRFragmentsFilter::GetUseWatertightSurface |
( |
| ) |
|
|
virtual |
Whether or not to use water-tight algorithm for the surface.
◆ UseWatertightSurfaceOn()
virtual void vtkAMRFragmentsFilter::UseWatertightSurfaceOn |
( |
| ) |
|
|
virtual |
Whether or not to use water-tight algorithm for the surface.
◆ UseWatertightSurfaceOff()
virtual void vtkAMRFragmentsFilter::UseWatertightSurfaceOff |
( |
| ) |
|
|
virtual |
Whether or not to use water-tight algorithm for the surface.
◆ SetIntegrateFragments()
virtual void vtkAMRFragmentsFilter::SetIntegrateFragments |
( |
bool |
| ) |
|
|
virtual |
Whether or not to perform fragment integration.
◆ GetIntegrateFragments()
virtual bool vtkAMRFragmentsFilter::GetIntegrateFragments |
( |
| ) |
|
|
virtual |
Whether or not to perform fragment integration.
◆ IntegrateFragmentsOn()
virtual void vtkAMRFragmentsFilter::IntegrateFragmentsOn |
( |
| ) |
|
|
virtual |
Whether or not to perform fragment integration.
◆ IntegrateFragmentsOff()
virtual void vtkAMRFragmentsFilter::IntegrateFragmentsOff |
( |
| ) |
|
|
virtual |
Whether or not to perform fragment integration.
◆ GetVolumeFractionSurfaceValue()
virtual double vtkAMRFragmentsFilter::GetVolumeFractionSurfaceValue |
( |
| ) |
|
|
virtual |
Get / Set volume fraction value.
◆ SetVolumeFractionSurfaceValue()
virtual void vtkAMRFragmentsFilter::SetVolumeFractionSurfaceValue |
( |
double |
| ) |
|
|
virtual |
Get / Set volume fraction value.
◆ FillInputPortInformation()
virtual int vtkAMRFragmentsFilter::FillInputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protectedvirtual |
◆ FillOutputPortInformation()
virtual int vtkAMRFragmentsFilter::FillOutputPortInformation |
( |
int |
, |
|
|
vtkInformation * |
|
|
) |
| |
|
protectedvirtual |
◆ RequestData()
virtual int vtkAMRFragmentsFilter::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
◆ ExtractSurface
bool vtkAMRFragmentsFilter::ExtractSurface |
|
protected |
◆ UseWatertightSurface
bool vtkAMRFragmentsFilter::UseWatertightSurface |
|
protected |
◆ IntegrateFragments
bool vtkAMRFragmentsFilter::IntegrateFragments |
|
protected |
◆ VolumeFractionSurfaceValue
double vtkAMRFragmentsFilter::VolumeFractionSurfaceValue |
|
protected |
◆ Producer
vtkTrivialProducer* vtkAMRFragmentsFilter::Producer |
|
protected |
◆ Extract
vtkExtractCTHPart* vtkAMRFragmentsFilter::Extract |
|
protected |
◆ Contour
◆ Connectivity
◆ Integration
The documentation for this class was generated from the following file: